Documentation

INVALID_BILLERAPI_RESPONSE

502upstream

BillerAPI returned a body BillEBox could not map.

Cause

The upstream response was missing or malformed on a field BillEBox requires to build a bill (id, amount, payee, payment route, status, timestamps).

How to fix it

Nothing was persisted. Retry, and report the request_id if it repeats.

Example response

502 INVALID_BILLERAPI_RESPONSE
JSON
{
  "error_code": "INVALID_BILLERAPI_RESPONSE",
  "error_type": "upstream",
  "error_message": "BillerAPI returned a body BillEBox could not map.",
  "hint": "Nothing was persisted. Retry, and report the request_id if it repeats.",
  "docs_url": "https://docs.billerapi.com/errors/INVALID_BILLERAPI_RESPONSE",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?