INVALID_SOURCE_DOCUMENT_RESPONSE
502upstreamThe source-document response carried no usable HTTPS URL.
Cause
The upstream source-document response was missing a url, or the url was not https. BillEBox refuses to hand a non-HTTPS target to the browser.
How to fix it
Retry; signed source-document URLs are short-lived and re-minted on every request.
Example response
502 INVALID_SOURCE_DOCUMENT_RESPONSE
JSON
{
"error_code": "INVALID_SOURCE_DOCUMENT_RESPONSE",
"error_type": "upstream",
"error_message": "The source-document response carried no usable HTTPS URL.",
"hint": "Retry; signed source-document URLs are short-lived and re-minted on every request.",
"docs_url": "https://docs.billerapi.com/errors/INVALID_SOURCE_DOCUMENT_RESPONSE",
"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/INVALID_SOURCE_DOCUMENT_RESPONSE
Was this page helpful?