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

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

Path parameters

application/json

Body

Responses

PUT /self/{shopId}/settings/payments/cashapp
curl \
 -X PUT https://dev.sellpass.io/self/{shopId}/settings/payments/cashapp \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: application/json" \
 -d '{"cashtag":"string","email":"string","gatewayRules":{"blockVpn":true}}'
Request example
{
  "cashtag": "string",
  "email": "string",
  "gatewayRules": {
    "blockVpn": true
  }
}