Body
-
email
string(email) | 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/paypalemail' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"email":"hello@example.com","gatewayRules":{"blockVpn":true}}'
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/paypalemail' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/paypalemail' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"
{
"email": "hello@example.com",
"gatewayRules": {
"blockVpn": true
}
}
{
"email": "hello@example.com",
"gatewayRules": {
"blockVpn": true
}
}
{
"email": "hello@example.com",
"gatewayRules": {
"blockVpn": true
}
}