Documentation

ACCOUNT_LINK_NOT_FOUND

404invalid_request

The account link does not exist.

Cause

No account link matches the supplied id, or it belongs to a different client (enumerate-safe 404).

How to fix it

Verify the account-link id and that it has not been disconnected.

Example response

404 ACCOUNT_LINK_NOT_FOUND
JSON
{
  "error_code": "ACCOUNT_LINK_NOT_FOUND",
  "error_type": "invalid_request",
  "error_message": "The account link does not exist.",
  "hint": "Verify the account-link id and that it has not been disconnected.",
  "docs_url": "https://docs.billerapi.com/errors/ACCOUNT_LINK_NOT_FOUND",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?