Documentation

MFA_CONTINUATION_STALE

409invalid_request

The continuation_id is out of date.

Cause

A newer MFA challenge superseded the one you submitted against.

How to fix it

Re-fetch the pending MFA state and submit against the current continuation_id.

Example response

409 MFA_CONTINUATION_STALE
JSON
{
  "error_code": "MFA_CONTINUATION_STALE",
  "error_type": "invalid_request",
  "error_message": "The continuation_id is out of date.",
  "hint": "Re-fetch the pending MFA state and submit against the current continuation_id.",
  "docs_url": "https://docs.billerapi.com/errors/MFA_CONTINUATION_STALE",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?