wallet.insufficient_funds
The wallet balance is too low to satisfy this debit; the operation was rejected.
wallet.insufficient_funds is returned when a debit operation (number claim, storage tier upgrade, call billing, etc.) would exceed the current wallet balance. The operation is not performed. This error is not retryable until the wallet balance is replenished.
The wallet balance is lower than the amount required by the requested operation.
Top up the wallet via the top-up flow, then retry the operation. Configure a wallet.low_balance webhook subscription to get early warning before funds run out.
{
"error": {
"code": "wallet.insufficient_funds",
"message": "insufficient wallet balance",
"request_id": "req_01900000abc"
}
}wallet.low_balance via Webhooks API for proactive alerts.