INVITATION_NOT_FOUND
404invalid_requestNo invitation matches that code.
Cause
The invitation code is unknown. Codes are single-use and rotate whenever an invitation is resent.
How to fix it
Ask the account owner for a fresh invite link.
Example response
404 INVITATION_NOT_FOUND
JSON
{
"error_code": "INVITATION_NOT_FOUND",
"error_type": "invalid_request",
"error_message": "No invitation matches that code.",
"hint": "Ask the account owner for a fresh invite link.",
"docs_url": "https://docs.billerapi.com/errors/INVITATION_NOT_FOUND",
"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/INVITATION_NOT_FOUND
Was this page helpful?