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

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

Path parameters

application/json

Body

Responses

PUT /self/{shopId}/settings/payments/stripeconnect
curl \
 -X PUT https://dev.sellpass.io/self/{shopId}/settings/payments/stripeconnect \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: application/json" \
 -d '{"code":"string","gatewayRules":{"blockVpn":true}}'
Request example
{
  "code": "string",
  "gatewayRules": {
    "blockVpn": true
  }
}