Documentation

INVALID_BILL_IMPORT_RESPONSE

502upstream

The bill-import response could not be projected.

Cause

The upstream bill-import body failed BillEBox’s projection mapping, so the cross-device read model was not updated.

How to fix it

The upstream write may still have succeeded — re-fetch the import before retrying it.

Example response

502 INVALID_BILL_IMPORT_RESPONSE
JSON
{
  "error_code": "INVALID_BILL_IMPORT_RESPONSE",
  "error_type": "upstream",
  "error_message": "The bill-import response could not be projected.",
  "hint": "The upstream write may still have succeeded — re-fetch the import before retrying it.",
  "docs_url": "https://docs.billerapi.com/errors/INVALID_BILL_IMPORT_RESPONSE",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/INVALID_BILL_IMPORT_RESPONSE

Was this page helpful?