PUT /self/{shopId}/settings/payments/paypal-ff
Path parameters
-
shopId
integer(int32) Required
Body
-
email
string | null -
gatewayRules
object
PUT
/self/{shopId}/settings/payments/paypal-ff
curl \
-X PUT https://dev.sellpass.io/self/{shopId}/settings/payments/paypal-ff \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"email":"string","gatewayRules":{"blockVpn":true}}'
Request example
{
"email": "string",
"gatewayRules": {
"blockVpn": true
}
}
Request examples
{
"email": "string",
"gatewayRules": {
"blockVpn": true
}
}