Documentation

PENDING_MFA_INVALID

400invalid_request

The 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

Canonical docs URL: https://docs.billerapi.com/errors/PENDING_MFA_INVALID

Was this page helpful?