Body
-
apiKey
string | null -
webhookSecret
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/coinbasecommerce' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"apiKey":"string","webhookSecret":"string","gatewayRules":{"blockVpn":true}}'
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/coinbasecommerce' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/coinbasecommerce' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"
{
"apiKey": "string",
"webhookSecret": "string",
"gatewayRules": {
"blockVpn": true
}
}
{
"apiKey": "string",
"webhookSecret": "string",
"gatewayRules": {
"blockVpn": true
}
}
{
"apiKey": "string",
"webhookSecret": "string",
"gatewayRules": {
"blockVpn": true
}
}