PUT /self/{shopId}/settings/payments/coinbasecommerce

PUT /self/{shopId}/settings/payments/coinbasecommerce

Path parameters

application/json

Body

Responses

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
  }
}