PENDING_MFA_INVALID
400invalid_requestThe pending-MFA snapshot failed validation.
Cause
Missing identifiers, no challenges, or a malformed paused-browser snapshot.
How to fix it
Fix the request and retry.
Example response
400 PENDING_MFA_INVALID
JSON
{
"error_code": "PENDING_MFA_INVALID",
"error_type": "invalid_request",
"error_message": "The pending-MFA snapshot failed validation.",
"hint": "Fix the request and retry.",
"docs_url": "https://docs.billerapi.com/errors/PENDING_MFA_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/PENDING_MFA_INVALID
Was this page helpful?