Documentation

REQUEST_TO_LINK_NOT_FOUND

404invalid_request

No request-to-link exists with that id.

Cause

The id is unknown, or belongs to another client — cross-tenant lookups collapse to not-found rather than leaking existence.

How to fix it

Verify the id came from your own list call.

Example response

404 REQUEST_TO_LINK_NOT_FOUND
JSON
{
  "error_code": "REQUEST_TO_LINK_NOT_FOUND",
  "error_type": "invalid_request",
  "error_message": "No request-to-link exists with that id.",
  "hint": "Verify the id came from your own list call.",
  "docs_url": "https://docs.billerapi.com/errors/REQUEST_TO_LINK_NOT_FOUND",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?