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

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

Path parameters

Body

Body

Body

PUT /self/{shopId}/settings/payments/coinbasecommerce
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"
Request examples
{
  "apiKey": "string",
  "webhookSecret": "string",
  "gatewayRules": {
    "blockVpn": true
  }
}
Request examples
{
  "apiKey": "string",
  "webhookSecret": "string",
  "gatewayRules": {
    "blockVpn": true
  }
}
Request examples
{
  "apiKey": "string",
  "webhookSecret": "string",
  "gatewayRules": {
    "blockVpn": true
  }
}