bank_invoice_failed

The accounting provider failed to register the bank claim.

HTTP status400
Error typeapi_error
RetryYes, with backoff.

Response shape

{
  "error": {
    "type": "api_error",
    "code": "bank_invoice_failed",
    "message": "…",
    "doc_url": "https://docs.borga.is/errors/bank_invoice_failed",
    "request_id": "req_…"
  }
}

See all error codes and how to handle them.