PUT /self/{shopId}/settings/payments/coinbasecommerce
Path parameters
-
shopId
integer(int32) Required
Body
-
apiKey
string | null -
webhookSecret
string | null -
gatewayRules
object
PUT
/self/{shopId}/settings/payments/coinbasecommerce
curl \
-X PUT https://dev.sellpass.io/self/{shopId}/settings/payments/coinbasecommerce \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"apiKey":"string","webhookSecret":"string","gatewayRules":{"blockVpn":true}}'
Request example
{
"apiKey": "string",
"webhookSecret": "string",
"gatewayRules": {
"blockVpn": true
}
}
Request examples
{
"apiKey": "string",
"webhookSecret": "string",
"gatewayRules": {
"blockVpn": true
}
}