Payment
Export transaction history as CSV for the current customer
get/v1/stripe/transactions/export
Query parameters
timezonestring required
Timezone for date formatting in the CSV
Example:America/New_York
startDatestring date-time required
Start date for filtering transactions (inclusive)
Example:2025-01-01T00:00:00Z
endDatestring date-time required
End date for filtering transactions (inclusive)
Example:2025-01-02T00:00:00Z
Response
CSV file with transaction data
Changes
Changed in 3 of the 26 revisions of this API.12
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲
- ○
api operation id
exportStripeTransactionsremoved and replaced withapi-operation-id-removed
- ○