BAD_REQUEST
400invalid_requestA caller-side precondition failed.
Cause
Most often an unknown user or client id on an email or verification call, caught before any work was attempted.
How to fix it
Verify the identifiers you passed and retry.
Example response
400 BAD_REQUEST
JSON
{
"error_code": "BAD_REQUEST",
"error_type": "invalid_request",
"error_message": "A caller-side precondition failed.",
"hint": "Verify the identifiers you passed and retry.",
"docs_url": "https://docs.billerapi.com/errors/BAD_REQUEST",
"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/BAD_REQUEST
Was this page helpful?