INVITATION_NOT_PENDING
409invalid_requestThe invitation is no longer pending.
Cause
The invitation has already been accepted, declined, or revoked, so it cannot be acted on again.
How to fix it
Ask the account owner to send a new invitation.
Example response
409 INVITATION_NOT_PENDING
JSON
{
"error_code": "INVITATION_NOT_PENDING",
"error_type": "invalid_request",
"error_message": "The invitation is no longer pending.",
"hint": "Ask the account owner to send a new invitation.",
"docs_url": "https://docs.billerapi.com/errors/INVITATION_NOT_PENDING",
"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_PENDING
Was this page helpful?