EMAIL_ALREADY_VERIFIED
409invalid_requestThe address is already verified.
Cause
A send or confirm was issued for an address that has already completed verification, so there is nothing left to do.
How to fix it
Treat this as success and continue; re-read the user to confirm the verified flag.
Example response
409 EMAIL_ALREADY_VERIFIED
JSON
{
"error_code": "EMAIL_ALREADY_VERIFIED",
"error_type": "invalid_request",
"error_message": "The address is already verified.",
"hint": "Treat this as success and continue; re-read the user to confirm the verified flag.",
"docs_url": "https://docs.billerapi.com/errors/EMAIL_ALREADY_VERIFIED",
"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/EMAIL_ALREADY_VERIFIED
Was this page helpful?