MFA_RESEND_LIMIT_REACHED
429rate_limitThe MFA resend limit was reached.
Cause
Codes can only be re-sent a bounded number of times per connect flow.
How to fix it
Use the last code sent, or restart the flow with a new link token.
Example response
429 MFA_RESEND_LIMIT_REACHED
JSON
{
"error_code": "MFA_RESEND_LIMIT_REACHED",
"error_type": "rate_limit",
"error_message": "The MFA resend limit was reached.",
"hint": "Use the last code sent, or restart the flow with a new link token.",
"docs_url": "https://docs.billerapi.com/errors/MFA_RESEND_LIMIT_REACHED",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34",
"retry_after": 30
}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_RESEND_LIMIT_REACHED
Was this page helpful?