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
business_id
string
requiredID of the Business to download the transactions CSV for.
start_date
string
The start date for the transactions in ISO-8601 format. Defaults to the business activation date.
end_date
string
The end date for the transactions in ISO-8601 format. Defaults to the current date.
categorized
boolean
Filter transactions based on whether they are categorized.
category
string
Filter transactions based on a specific category.
categorization_status
string
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.