Body
-
email
string | null -
gatewayRules
object Additional properties are NOT allowed.
Additional properties are NOT allowed.
Additional properties are NOT allowed.
Additional properties are NOT allowed.
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/paypal-ff' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"email":"string","gatewayRules":{"blockVpn":true}}'
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/paypal-ff' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/paypal-ff' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"
{
"email": "string",
"gatewayRules": {
"blockVpn": true
}
}
{
"email": "string",
"gatewayRules": {
"blockVpn": true
}
}
{
"email": "string",
"gatewayRules": {
"blockVpn": true
}
}