Documentation

PENDING_MFA_RESEND_FAILED

500api_error

The OTP resend could not be recorded.

Cause

The resend budget is only debited on a recorded resend.

How to fix it

Retry with backoff; the resend budget is only debited on a recorded resend.

Example response

500 PENDING_MFA_RESEND_FAILED
JSON
{
  "error_code": "PENDING_MFA_RESEND_FAILED",
  "error_type": "api_error",
  "error_message": "The OTP resend could not be recorded.",
  "hint": "Retry with backoff; the resend budget is only debited on a recorded resend.",
  "docs_url": "https://docs.billerapi.com/errors/PENDING_MFA_RESEND_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?