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
stringRequiredThe ID of the bank account to generate the statement for.
from_date
stringRequiredStart date for the statement period, in YYYY-MM-DD format.
to_date
stringRequiredEnd date for the statement period, in YYYY-MM-DD format.
type
stringRequiredThe format of the statement. Currently only csv is supported.