Reporting

Get a customized bank account statement

GET/reporting/customized-bank-account-statement

Generate a customized bank account statement for a specific bank account and date range. The response is a CSV file download.

Query Parameters

bank_account_id

stringRequired

The ID of the bank account to generate the statement for.

from_date

stringRequired

Start date for the statement period, in YYYY-MM-DD format.

to_date

stringRequired

End date for the statement period, in YYYY-MM-DD format.

type

stringRequired

The format of the statement. Currently only csv is supported.