PUT /self/{shopId}/settings/payments/paypalemail

PUT /self/{shopId}/settings/payments/paypalemail

Path parameters

application/json

Body

Responses

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
  }
}