Skip to main content
GET
Export cashflow statement as CSV

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Content-Type must be set to application/json.

Path Parameters

businessId
string
required

The UUID of the business to export the cashflow statement for.

Query Parameters

start_date
string<date-time>
required

Start date for the cashflow statement (ISO 8601 format).

end_date
string<date-time>
required

End date for the cashflow statement (ISO 8601 format).

money_format
enum<string>

Format for monetary values in the export.

Available options:
DOLLAR_STRING,
CENTS_INTEGER
reporting_basis
enum<string>

Accounting basis for the report.

Available options:
ACCRUAL,
CASH

Response

Pre-signed URL for downloading the CSV export.

data
object
required

A pre-signed URL to download a document.