MFA_ATTEMPTS_EXHAUSTED
409invalid_requestEvery MFA attempt was used.
Cause
The user exhausted the per-flow MFA attempt budget.
How to fix it
Mint a new link token and start the connect flow over.
Example response
409 MFA_ATTEMPTS_EXHAUSTED
JSON
{
"error_code": "MFA_ATTEMPTS_EXHAUSTED",
"error_type": "invalid_request",
"error_message": "Every MFA attempt was used.",
"hint": "Mint a new link token and start the connect flow over.",
"docs_url": "https://docs.billerapi.com/errors/MFA_ATTEMPTS_EXHAUSTED",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/MFA_ATTEMPTS_EXHAUSTED
Was this page helpful?