VERIFICATION_CODE_EXPIRED
400invalid_requestThe email verification code has expired.
Cause
The code is past its expiry window, so it no longer verifies the address.
How to fix it
Request a fresh code and submit that one; resubmitting the expired value cannot succeed.
Example response
400 VERIFICATION_CODE_EXPIRED
JSON
{
"error_code": "VERIFICATION_CODE_EXPIRED",
"error_type": "invalid_request",
"error_message": "The email verification code has expired.",
"hint": "Request a fresh code and submit that one; resubmitting the expired value cannot succeed.",
"docs_url": "https://docs.billerapi.com/errors/VERIFICATION_CODE_EXPIRED",
"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/VERIFICATION_CODE_EXPIRED
Was this page helpful?