LINK_TOKEN_EXPIRED
410invalid_requestThe link token expired before the flow completed.
Cause
Link tokens are short-lived; this one passed its expires_at.
How to fix it
Mint a new link token and restart the connect flow.
Example response
410 LINK_TOKEN_EXPIRED
JSON
{
"error_code": "LINK_TOKEN_EXPIRED",
"error_type": "invalid_request",
"error_message": "The link token expired before the flow completed.",
"hint": "Mint a new link token and restart the connect flow.",
"docs_url": "https://docs.billerapi.com/errors/LINK_TOKEN_EXPIRED",
"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/LINK_TOKEN_EXPIRED
Was this page helpful?