PUT /self/{shopId}/settings/payments/cashapp
Path parameters
-
shopId
integer(int32) Required
Body
-
cashtag
string | null -
email
string | null -
gatewayRules
object
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
}
}
Request examples
{
"cashtag": "string",
"email": "string",
"gatewayRules": {
"blockVpn": true
}
}