Body
-
code
string Required Minimum length is
1
. -
gatewayRules
object Required Additional properties are NOT allowed.
Minimum length is 1
.
Additional properties are NOT allowed.
Minimum length is 1
.
Additional properties are NOT allowed.
Minimum length is 1
.
Additional properties are NOT allowed.
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/stripeconnect' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"code":"string","gatewayRules":{"blockVpn":true}}'
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/stripeconnect' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/stripeconnect' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"
{
"code": "string",
"gatewayRules": {
"blockVpn": true
}
}
{
"code": "string",
"gatewayRules": {
"blockVpn": true
}
}
{
"code": "string",
"gatewayRules": {
"blockVpn": true
}
}