Export cashflow statement as CSV
Exports
Export cashflow statement as CSV
Exports a cashflow statement as a CSV file. Returns a pre-signed URL for downloading the generated CSV file.
GET
Export cashflow statement as CSV
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Content-Type must be set to application/json.
Path Parameters
The UUID of the business to export the cashflow statement for.
Query Parameters
Start date for the cashflow statement (ISO 8601 format).
End date for the cashflow statement (ISO 8601 format).
Format for monetary values in the export.
Available options:
DOLLAR_STRING, CENTS_INTEGER Accounting basis for the report.
Available options:
ACCRUAL, CASH Response
Pre-signed URL for downloading the CSV export.
A pre-signed URL to download a document.