Documentation

BILL_NOT_FOUND

404invalid_request

No bill exists with that id.

Cause

No bill matches the supplied bill_id under your account (unknown or cross-tenant, collapsed to 404).

How to fix it

Verify the bill_id from a recent list call.

Example response

404 BILL_NOT_FOUND
JSON
{
  "error_code": "BILL_NOT_FOUND",
  "error_type": "invalid_request",
  "error_message": "No bill exists with that id.",
  "hint": "Verify the bill_id from a recent list call.",
  "docs_url": "https://docs.billerapi.com/errors/BILL_NOT_FOUND",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?