MESSAGING_INVALID_CATEGORY
400invalid_requestThe message category is not recognized.
Cause
An unrecognized message category value was sent.
How to fix it
Use one of the documented category values.
Example response
400 MESSAGING_INVALID_CATEGORY
JSON
{
"error_code": "MESSAGING_INVALID_CATEGORY",
"error_type": "invalid_request",
"error_message": "The message category is not recognized.",
"hint": "Use one of the documented category values.",
"docs_url": "https://docs.billerapi.com/errors/MESSAGING_INVALID_CATEGORY",
"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/MESSAGING_INVALID_CATEGORY
Was this page helpful?