Gando

Gando

Developer Portal

gando.app
All error codes

insufficient_balance

Partner API error

HTTP status: 400

Cause

Sub-merchant available balance is lower than the requested payout amount.

Partner action

Reduce the payout amount or wait for pending funds to become available.

Gando action (internal)

Compare Inflow balance available vs amountCents on POST /beneficiary-payouts.

Example response

{
  "error": {
    "code": "insufficient_balance",
    "message": "Available balance is lower than requested payout amount",
    "requestId": "req_abc123"
  }
}
insufficient_balance — Partner API error catalog