PUT /self/{shopId}/settings/payments/stripeconnect
Path parameters
-
shopId
integer(int32) Required
Body
-
code
string Required Minimum length is
1
. -
gatewayRules
object Required
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
}
}