insufficient_balance
Insufficient balance โ HTTP 402 ยท type payment_required_error
What happened
The wallet doesn't have enough balance to cover this operation.
How to fix it
Top up the wallet, then retry. Check the current balance with `GET /wallet`.
Example response
{
"error": {
"type": "payment_required_error",
"code": "insufficient_balance",
"message": "A human-readable description of what went wrong.",
"doc_url": "https://docs.interglobe.io/errors/insufficient_balance"
},
"request_id": "req_1a2b3c"
}