Download a bank account's transactions as a CSV file.
Bank Accounts
Download a bank account's transactions as a CSV file.
Returns the account’s transaction history for the given date range as a ready-to-import, RFC 4180 CSV (Date, Description, Amount — a single signed value). The file is generated on demand and streamed; nothing is stored. Access is governed by the same permission as reading the account itself.
Token types: APP, USER | Required scopes: bank_account:read:org
GET
Download a bank account's transactions as a CSV file.
Authorizations
Application (M2M) OAuth2 access token (client credentials).
Path Parameters
The bank account ID.
Query Parameters
Inclusive start of the date range (required).
Inclusive end of the date range (required).
Response
CSV file of transactions.
The response is of type string.