Documentation

CODE_MISMATCH

400invalid_request

The emailed code did not match.

Cause

The digits submitted differ from the stored code for this user.

How to fix it

Re-enter the digits from the most recent email. A bounded number of wrong attempts locks verification for 15 minutes.

Example response

400 CODE_MISMATCH
JSON
{
  "error_code": "CODE_MISMATCH",
  "error_type": "invalid_request",
  "error_message": "The emailed code did not match.",
  "hint": "Re-enter the digits from the most recent email. A bounded number of wrong attempts locks verification for 15 minutes.",
  "docs_url": "https://docs.billerapi.com/errors/CODE_MISMATCH",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?