insufficient_funds
The issuer reported insufficient funds.
| HTTP status | 402 |
| Error type | payment_error |
| Retry | Depends on the code. |
Response shape
{
"error": {
"type": "payment_error",
"code": "insufficient_funds",
"message": "…",
"doc_url": "https://docs.borga.is/errors/insufficient_funds",
"request_id": "req_…"
}
}See all error codes and how to handle them.