BILLING_CLIENT_ID_REQUIRED
400invalid_requestclient_id is missing.
Cause
The request carried no client id, or only whitespace.
How to fix it
Send a non-empty client_id. The boundary is snake_case-only — a camelCase clientId does not resolve and arrives empty.
Example response
400 BILLING_CLIENT_ID_REQUIRED
JSON
{
"error_code": "BILLING_CLIENT_ID_REQUIRED",
"error_type": "invalid_request",
"error_message": "client_id is missing.",
"hint": "Send a non-empty client_id. The boundary is snake_case-only — a camelCase clientId does not resolve and arrives empty.",
"docs_url": "https://docs.billerapi.com/errors/BILLING_CLIENT_ID_REQUIRED",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/BILLING_CLIENT_ID_REQUIRED
Was this page helpful?