INVALID_CODE_FORMAT
400invalid_requestThe 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
- 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/INVALID_CODE_FORMAT
Was this page helpful?