PUT /self/{shopId}/settings/payments/stripeconnect
Body
-
Minimum length is
1
.
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
}
}
Request examples
{
"code": "string",
"gatewayRules": {
"blockVpn": true
}
}