Skip to main content
GET
Download a bank account's transactions as a CSV file.

Authorizations

Authorization
string
header
required

Application (M2M) OAuth2 access token (client credentials).

Path Parameters

id
string<uuid>
required

The bank account ID.

Query Parameters

startDate
string<date>

Inclusive start of the date range (required).

endDate
string<date>

Inclusive end of the date range (required).

Response

CSV file of transactions.

The response is of type string.