Documentation

LINK_TOKEN_NOT_FOUND

404invalid_request

The link token is unknown or expired.

Cause

The link-token id/value does not resolve — it never existed, expired, or you passed a value where an id was expected (or vice-versa).

How to fix it

Mint a fresh link token and retry the hosted-connect flow.

Example response

404 LINK_TOKEN_NOT_FOUND
JSON
{
  "error_code": "LINK_TOKEN_NOT_FOUND",
  "error_type": "invalid_request",
  "error_message": "The link token is unknown or expired.",
  "hint": "Mint a fresh link token and retry the hosted-connect flow.",
  "docs_url": "https://docs.billerapi.com/errors/LINK_TOKEN_NOT_FOUND",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?