EMAIL_MISMATCH
403invalid_requestThe invitation was addressed to a different email.
Cause
The signed-in account’s email does not match the address the invitation was issued to.
How to fix it
Sign in as the invited address, or ask for an invitation to the address you use.
Example response
403 EMAIL_MISMATCH
JSON
{
"error_code": "EMAIL_MISMATCH",
"error_type": "invalid_request",
"error_message": "The invitation was addressed to a different email.",
"hint": "Sign in as the invited address, or ask for an invitation to the address you use.",
"docs_url": "https://docs.billerapi.com/errors/EMAIL_MISMATCH",
"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_MISMATCH
Was this page helpful?