MFA_NO_CHALLENGE
409invalid_requestNo MFA challenge is outstanding.
Cause
An MFA code was submitted for a flow that is not awaiting one.
How to fix it
Read the token status and follow next_action.
Example response
409 MFA_NO_CHALLENGE
JSON
{
"error_code": "MFA_NO_CHALLENGE",
"error_type": "invalid_request",
"error_message": "No MFA challenge is outstanding.",
"hint": "Read the token status and follow next_action.",
"docs_url": "https://docs.billerapi.com/errors/MFA_NO_CHALLENGE",
"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_NO_CHALLENGE
Was this page helpful?