The Bank Statement object
An extracted business bank statement.
The retrieve endpoint returns this object on its own. The list endpoint
returns one per document, wrapped as
{ "borrower_id": …, "statements": [ { "extracted_document_id", "report_data" } ] }.
Attributes
reportType: which report shape the payload follows.account: the account the statement covers, with identifiers masked.period: the statement period.metrics: statement-level figures: deposits, withdrawals, and balance measures for the period.dailyBalances: the daily ending-balance series across the period.transactions: the statement’s transactions in print order.
Typical document_category value: bank_statement_business.
Money and date values follow the export value conventions, documented under Getting Started.