Documentation

CLIENT_NOT_FOUND

404invalid_request

No client account with that client_id.

Cause

The supplied client_id does not resolve to a client account.

How to fix it

Use the client_id shown in the portal, and omit it entirely on session-authenticated calls, where it is derived from your session.

Example response

404 CLIENT_NOT_FOUND
JSON
{
  "error_code": "CLIENT_NOT_FOUND",
  "error_type": "invalid_request",
  "error_message": "No client account with that client_id.",
  "hint": "Use the client_id shown in the portal, and omit it entirely on session-authenticated calls, where it is derived from your session.",
  "docs_url": "https://docs.billerapi.com/errors/CLIENT_NOT_FOUND",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?