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

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

Path parameters

Body

  • apiKey string Required

    Minimum length is 1.

  • appId string Required

    Minimum length is 1.

  • locationId string Required

    Minimum length is 1.

  • gatewayRules object Required

    Additional properties are NOT allowed.

    Hide gatewayRules attribute Show gatewayRules attribute object

Body

  • apiKey string Required

    Minimum length is 1.

  • appId string Required

    Minimum length is 1.

  • locationId string Required

    Minimum length is 1.

  • gatewayRules object Required

    Additional properties are NOT allowed.

    Hide gatewayRules attribute Show gatewayRules attribute object

Body

  • apiKey string Required

    Minimum length is 1.

  • appId string Required

    Minimum length is 1.

  • locationId string Required

    Minimum length is 1.

  • gatewayRules object Required

    Additional properties are NOT allowed.

    Hide gatewayRules attribute Show gatewayRules attribute object
PUT /self/{shopId}/settings/payments/square
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/square' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"apiKey":"string","appId":"string","locationId":"string","gatewayRules":{"blockVpn":true}}'
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/square' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: text/json"
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/settings/payments/square' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/*+json"
Request examples
{
  "apiKey": "string",
  "appId": "string",
  "locationId": "string",
  "gatewayRules": {
    "blockVpn": true
  }
}
Request examples
{
  "apiKey": "string",
  "appId": "string",
  "locationId": "string",
  "gatewayRules": {
    "blockVpn": true
  }
}
Request examples
{
  "apiKey": "string",
  "appId": "string",
  "locationId": "string",
  "gatewayRules": {
    "blockVpn": true
  }
}