insufficient_funds

The issuer reported insufficient funds.

HTTP status402
Error typepayment_error
RetryDepends 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.