MFA_CONTINUATION_UNAVAILABLE
409invalid_requestNo live MFA continuation is awaiting this code.
Cause
It expired, was already resolved, or names an unknown challenge.
How to fix it
Re-fetch the pending MFA state before submitting an OTP.
Example response
409 MFA_CONTINUATION_UNAVAILABLE
JSON
{
"error_code": "MFA_CONTINUATION_UNAVAILABLE",
"error_type": "invalid_request",
"error_message": "No live MFA continuation is awaiting this code.",
"hint": "Re-fetch the pending MFA state before submitting an OTP.",
"docs_url": "https://docs.billerapi.com/errors/MFA_CONTINUATION_UNAVAILABLE",
"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_CONTINUATION_UNAVAILABLE
Was this page helpful?