PUT /self/{shopId}/settings/payments/buy-me-coffee
Body
-
userKey string | null
-
username string | null
-
convertCurrency string | null
-
gatewayRules object
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
}
}
Request examples
{
"userKey": "string",
"username": "string",
"convertCurrency": "string",
"gatewayRules": {
"blockVpn": true
}
}