EMAIL_NOT_VERIFIED
400invalid_requestMinting a secret requires a verified email.
Cause
The account owner has not confirmed their email address, which secret issuance requires.
How to fix it
Verify the address with the emailed code, then reissue the secret call.
Example response
400 EMAIL_NOT_VERIFIED
JSON
{
"error_code": "EMAIL_NOT_VERIFIED",
"error_type": "invalid_request",
"error_message": "Minting a secret requires a verified email.",
"hint": "Verify the address with the emailed code, then reissue the secret call.",
"docs_url": "https://docs.billerapi.com/errors/EMAIL_NOT_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_NOT_VERIFIED
Was this page helpful?