MFA_SUBMISSION_INVALID
400invalid_requestThe MFA submission failed validation.
Cause
Missing or blank identifiers, or an identity that contradicts a prior submission under the same id.
How to fix it
Verify the identifiers, re-read the pending MFA challenge, and resubmit.
Example response
400 MFA_SUBMISSION_INVALID
JSON
{
"error_code": "MFA_SUBMISSION_INVALID",
"error_type": "invalid_request",
"error_message": "The MFA submission failed validation.",
"hint": "Verify the identifiers, re-read the pending MFA challenge, and resubmit.",
"docs_url": "https://docs.billerapi.com/errors/MFA_SUBMISSION_INVALID",
"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_SUBMISSION_INVALID
Was this page helpful?