INVALID_CONFIRMATION_CODE
400invalid_requestThe signup confirmation code did not match.
Cause
The code is wrong or expired. Each new confirmation email supersedes the previous code, so an older one no longer verifies.
How to fix it
Use the code from the most recent confirmation email, or request a new one if none is current.
Example response
400 INVALID_CONFIRMATION_CODE
JSON
{
"error_code": "INVALID_CONFIRMATION_CODE",
"error_type": "invalid_request",
"error_message": "The signup confirmation code did not match.",
"hint": "Use the code from the most recent confirmation email, or request a new one if none is current.",
"docs_url": "https://docs.billerapi.com/errors/INVALID_CONFIRMATION_CODE",
"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_CONFIRMATION_CODE
Was this page helpful?