STATEMENT_NOT_EXTRACTED
425invalid_requestThe statement has not been extracted yet.
Cause
You requested statement data before extraction completed for this bill.
How to fix it
Call POST /v1/bills/:bill_id/statement/refresh, then retry once the statement is extracted.
Example response
425 STATEMENT_NOT_EXTRACTED
JSON
{
"error_code": "STATEMENT_NOT_EXTRACTED",
"error_type": "invalid_request",
"error_message": "The statement has not been extracted yet.",
"hint": "Call POST /v1/bills/:bill_id/statement/refresh, then retry once the statement is extracted.",
"docs_url": "https://docs.billerapi.com/errors/STATEMENT_NOT_EXTRACTED",
"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_NOT_EXTRACTED
Was this page helpful?