CLIENT_FEEDBACK_INVALID
400invalid_requestThe client feedback payload is invalid.
Cause
The ClientFeedback aggregate refused the fields: an unsupported signal value, or a missing client_id/run_id.
How to fix it
Fix the field named in error_message and resend.
Example response
400 CLIENT_FEEDBACK_INVALID
JSON
{
"error_code": "CLIENT_FEEDBACK_INVALID",
"error_type": "invalid_request",
"error_message": "The client feedback payload is invalid.",
"hint": "Fix the field named in error_message and resend.",
"docs_url": "https://docs.billerapi.com/errors/CLIENT_FEEDBACK_INVALID",
"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/CLIENT_FEEDBACK_INVALID
Was this page helpful?