LINK_NOT_FOUND
404invalid_requestNo link exists with that id.
Cause
No link matches the supplied id under your account (unknown, disconnected, or cross-tenant).
How to fix it
Verify the link id and that it has not been disconnected.
Example response
404 LINK_NOT_FOUND
JSON
{
"error_code": "LINK_NOT_FOUND",
"error_type": "invalid_request",
"error_message": "No link exists with that id.",
"hint": "Verify the link id and that it has not been disconnected.",
"docs_url": "https://docs.billerapi.com/errors/LINK_NOT_FOUND",
"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_NOT_FOUND
Was this page helpful?