PUT /self/{shopId}/settings/payments/buy-me-coffee

PUT /self/{shopId}/settings/payments/buy-me-coffee

Path parameters

application/json

Body

Responses

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