Bank Transactions
Download Transactions CSV
This endpoint generates a pre-signed AWS S3 URL for a CSV file with transactions.
GET
/
v1
/
businesses
/
{business_id}
/
reports
/
transactions
/
exports
/
csv
ID of the Business to download the transactions CSV for.
The start date for the transactions in ISO-8601 format. Defaults to the business activation date.
The end date for the transactions in ISO-8601 format. Defaults to the current date.
Filter transactions based on whether they are categorized.
Filter transactions based on a specific category.
Filter transactions based on their categorization status. Must be one of: CATEGORIZED
, UNCATEGORIZED
, PENDING
.
Response
Returns a pre-signed AWS S3 URL for the list of Bank Transaction Objects as a CSV.