Error codes · Orders
Insufficient balance
Code
insufficient_balanceStatus409
If this was an orderThis request bought nothing
Send it again unchanged?No — change something first
.NET SDK
InsufficientBalanceExceptionWhat it means
The wallet cannot cover the purchase. Nothing was charged, and the order is closed: sending the same operation id again returns this same answer.
What to do
- Top up the wallet, then place a new order with a new operation id.
Where you can meet it
- POSTPlace an order
/v1/wallets/{walletId}/orders
Example
The body of the refusal. Its type is the address of this page.
{
"type": "https://developers.anis.ly/errors/insufficient-balance",
"title": "Insufficient balance",
"status": 409,
"code": "insufficient_balance",
"requestId": "01J9R2K8T4V6XQ0M3B7C5D9E1F"
}