Documentation

NOT_FOUND

404invalid_request

The requested resource does not exist.

Cause

The resource does not exist, or is not visible to this caller (cross-tenant lookups collapse to 404 — there is no existence oracle).

How to fix it

Verify the identifier and that it belongs to your account. For webhook follow-up GETs, treat 404 as "gone is gone" and return 200.

Example response

404 NOT_FOUND
JSON
{
  "error_code": "NOT_FOUND",
  "error_type": "invalid_request",
  "error_message": "The requested resource does not exist.",
  "hint": "Verify the identifier and that it belongs to your account. For webhook follow-up GETs, treat 404 as \"gone is gone\" and return 200.",
  "docs_url": "https://docs.billerapi.com/errors/NOT_FOUND",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?