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

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

Path parameters

application/json

Body

Responses

PUT /self/{shopId}/settings/payments/balance
curl \
 -X PUT https://dev.sellpass.io/self/{shopId}/settings/payments/balance \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: application/json" \
 -d '{"isActive":true,"defaultCurrency":"string","gateways":[0],"gatewayRules":{"blockVpn":true}}'
Request example
{
  "isActive": true,
  "defaultCurrency": "string",
  "gateways": [
    0
  ],
  "gatewayRules": {
    "blockVpn": true
  }
}