Body
-
userKey
string | null -
username
string | null -
convertCurrency
string | null -
gatewayRules
object Additional properties are NOT allowed.
Additional properties are NOT allowed.
Additional properties are NOT allowed.
Additional properties are NOT allowed.
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"
{
"userKey": "string",
"username": "string",
"convertCurrency": "string",
"gatewayRules": {
"blockVpn": true
}
}
{
"userKey": "string",
"username": "string",
"convertCurrency": "string",
"gatewayRules": {
"blockVpn": true
}
}
{
"userKey": "string",
"username": "string",
"convertCurrency": "string",
"gatewayRules": {
"blockVpn": true
}
}