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

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

Path parameters

Body

Body

Body

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