payment_intent_authentication_failure

3-D Secure authentication failed or was abandoned.

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