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

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

Path parameters

  • shopId integer(int32) Required

Body

  • cashtag string | null
  • email string | null
  • gatewayRules object

    Additional properties are NOT allowed.

    Hide gatewayRules attribute Show gatewayRules attribute object
    • blockVpn boolean

Body

  • cashtag string | null
  • email string | null
  • gatewayRules object

    Additional properties are NOT allowed.

    Hide gatewayRules attribute Show gatewayRules attribute object
    • blockVpn boolean

Body

  • cashtag string | null
  • email string | null
  • gatewayRules object

    Additional properties are NOT allowed.

    Hide gatewayRules attribute Show gatewayRules attribute object
    • blockVpn boolean

Responses

  • 200

    Success

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