Documentation

INVALID_CODE_FORMAT

400invalid_request

The verification code must be exactly 6 digits.

Cause

The submitted value was not a 6-digit string.

How to fix it

Use only the digits from the email, with no spaces or other characters.

Example response

400 INVALID_CODE_FORMAT
JSON
{
  "error_code": "INVALID_CODE_FORMAT",
  "error_type": "invalid_request",
  "error_message": "The verification code must be exactly 6 digits.",
  "hint": "Use only the digits from the email, with no spaces or other characters.",
  "docs_url": "https://docs.billerapi.com/errors/INVALID_CODE_FORMAT",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?