STATEMENT_TOO_LARGE
413upstreamThe statement exceeds the size limit.
Cause
The source statement is larger than BillerAPI can process for this request.
How to fix it
Request a narrower range, or contact support.
Example response
413 STATEMENT_TOO_LARGE
JSON
{
"error_code": "STATEMENT_TOO_LARGE",
"error_type": "upstream",
"error_message": "The statement exceeds the size limit.",
"hint": "Request a narrower range, or contact support.",
"docs_url": "https://docs.billerapi.com/errors/STATEMENT_TOO_LARGE",
"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/STATEMENT_TOO_LARGE
Was this page helpful?