Export transactions to CSV

Exports transactions to a CSV file. Supports filtering by date range, account, producer, and carrier. The response is a text/csv attachment; each row is a transaction with its amount, description, merchant, and timestamps.

Query Params
boolean
Defaults to true

Include column headers in the CSV

integer
1 to 100000
Defaults to 10000

Maximum number of records to export

date-time | null

Start date for filtering transactions

date-time | null

End date for filtering transactions

account_ids
array of strings | null

Filter by account IDs (exports all accounts if omitted)

Account Ids
producer_ids
array of strings | null

Filter by producer IDs

Producer Ids
market_ids
array of strings | null

Filter by market IDs via payout transfer link

Market Ids
carrier_ids
array of strings | null

Deprecated: use market_ids instead. Filter by carrier IDs via payout transfer link

Carrier Ids
Responses
200

Successful Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json