Documentation

BILLER_NOT_FOUND

404invalid_request

No biller exists with that id.

Cause

No catalog biller matches the supplied biller_id.

How to fix it

Verify the biller_id from a discovery or list call.

Example response

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

Related

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

Was this page helpful?