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

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

Path parameters

Body

Body

Body

PUT /self/{shopId}/settings/payments/cashapp
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/cashapp' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"cashtag":"string","email":"string","gatewayRules":{"blockVpn":true}}'
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/cashapp' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: text/json"
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/cashapp' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/*+json"
Request examples
{
  "cashtag": "string",
  "email": "string",
  "gatewayRules": {
    "blockVpn": true
  }
}
Request examples
{
  "cashtag": "string",
  "email": "string",
  "gatewayRules": {
    "blockVpn": true
  }
}
Request examples
{
  "cashtag": "string",
  "email": "string",
  "gatewayRules": {
    "blockVpn": true
  }
}