Documentation

INVITATION_EXPIRED

400invalid_request

The invitation has expired.

Cause

The invitation passed its expiry timestamp before it was accepted.

How to fix it

Ask the account owner to resend it, which mints a new code and expiry.

Example response

400 INVITATION_EXPIRED
JSON
{
  "error_code": "INVITATION_EXPIRED",
  "error_type": "invalid_request",
  "error_message": "The invitation has expired.",
  "hint": "Ask the account owner to resend it, which mints a new code and expiry.",
  "docs_url": "https://docs.billerapi.com/errors/INVITATION_EXPIRED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/INVITATION_EXPIRED

Was this page helpful?