payment_intent_authentication_failure
3-D Secure authentication failed or was abandoned.
| HTTP status | 402 |
| Error type | payment_error |
| Retry | Depends on the code. |
Response shape
{
"error": {
"type": "payment_error",
"code": "payment_intent_authentication_failure",
"message": "…",
"doc_url": "https://docs.borga.is/errors/payment_intent_authentication_failure",
"request_id": "req_…"
}
}See all error codes and how to handle them.