Get Business Statement
Download a business’s account statement for a date range. Returns JSON by default; set format to csv or bai2 to download a file instead.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Required when using a Platform API token. The tenant key identifying which business to operate on.
Path Parameters
The unique identifier for the business
Query Parameters
Currency code for the statement (required)
"USD"
Start of the statement period (ISO 8601 date, required)
"2024-01-01"
End of the statement period (ISO 8601 date, required)
"2024-01-31"
Response format. Omit for JSON; csv or bai2 return a downloadable file.
csv, bai2 Response
The business account statement (JSON, or a CSV/BAI2 file download when format is set).
The response is of type object.