BILL_CREATE_FAILED
502api_errorThe bill could not be created upstream.
Cause
BillerAPI rejected the bill create and returned no usable structured detail for BillEBox to forward.
How to fix it
Re-check the amount, due date, and payee, then retry.
Example response
502 BILL_CREATE_FAILED
JSON
{
"error_code": "BILL_CREATE_FAILED",
"error_type": "api_error",
"error_message": "The bill could not be created upstream.",
"hint": "Re-check the amount, due date, and payee, then retry.",
"docs_url": "https://docs.billerapi.com/errors/BILL_CREATE_FAILED",
"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/BILL_CREATE_FAILED
Was this page helpful?