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