MESSAGING_INTERNAL_ERROR
500upstreamAn unexpected messaging error occurred.
Cause
An unhandled condition inside the messaging service.
How to fix it
Include the request_id when reporting to support.
Example response
500 MESSAGING_INTERNAL_ERROR
JSON
{
"error_code": "MESSAGING_INTERNAL_ERROR",
"error_type": "upstream",
"error_message": "An unexpected messaging error occurred.",
"hint": "Include the request_id when reporting to support.",
"docs_url": "https://docs.billerapi.com/errors/MESSAGING_INTERNAL_ERROR",
"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_INTERNAL_ERROR
Was this page helpful?