Documentation

VERIFICATION_CODE_INVALID

400invalid_request

The email verification code did not match.

Cause

The submitted code differs from the one on file for this address.

How to fix it

Use the code from the most recent verification email. A bounded number of wrong attempts locks the code out.

Example response

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

Related

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

Was this page helpful?