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