card_payment_session_failed
The card processor rejected the session. Rare; retry, and contact Borga if it persists.
| HTTP status | 400 |
| Error type | api_error |
| Retry | Yes, with backoff. |
Response shape
{
"error": {
"type": "api_error",
"code": "card_payment_session_failed",
"message": "…",
"doc_url": "https://docs.borga.is/errors/card_payment_session_failed",
"request_id": "req_…"
}
}See all error codes and how to handle them.