PUT /self/{shopId}/settings/payments/square
Body
-
Minimum length is
1
. -
Minimum length is
1
. -
Minimum length is
1
.
PUT /self/{shopId}/settings/payments/square
curl \
-X PUT https://dev.sellpass.io/self/{shopId}/settings/payments/square \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"apiKey":"string","appId":"string","locationId":"string","gatewayRules":{"blockVpn":true}}'
Request example
{
"apiKey": "string",
"appId": "string",
"locationId": "string",
"gatewayRules": {
"blockVpn": true
}
}
Request examples
{
"apiKey": "string",
"appId": "string",
"locationId": "string",
"gatewayRules": {
"blockVpn": true
}
}