Generates a transaction activity CSV. A transaction activity CSV is a list of all transactions generated for an account over a given period.
Ordered chronologically by creation date, with the most recent transaction appearing first.
The endDate
can be any date after the startDate
, including the date on which you're making the request.
You can use optional parameters to filter the transactions.
For example, use budgetIds
to return only transactions associated with a given list of budgets.
Search parameters
Accepted
Bad request
Unauthorised
Forbidden
Not found
Method not allowed
Unsupported media type
Too many requests
Internal server error
{- "accountId": "F50072",
- "personId": "530a5e60-0285-4c88-9671-53aba08a971a",
- "email": "person@domain.com",
- "name": "Firstname Surname",
- "startDate": "2021-02-15",
- "endDate": "2021-03-30",
- "currencyCodes": "eur,gbp,usd",
- "budgetIds": [
- "34edaf73-49be-4669-83ee-1b1f8c680d16"
], - "ignoreRunningBalanceErrors": false,
- "sellCurrency": "eur,gbp,usd",
- "buyCurrency": "eur,gbp,usd",
- "type": [
- "payment"
], - "status": [
- "cancelled"
], - "search": "string",
- "settlementStartDate": "2021-02-15",
- "settlementEndDate": "2021-03-30",
- "limit": 100,
- "offset": 200
}
{- "message": "accepted"
}