Generates a statement in CSV or PDF format, depending on the fileFormat
. A statement is a list of completed transactions that occurred over a given period.
Use currencyCodes
and budgetIds
to specify the currencies and budgets for which you want to retrieve transactions. You must include at least one of each, but can include several if you'd like.
The endDate
must be at least one day before the date on which you're making the request. This is because the statement can only be generated for full days.
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,
- "fileFormat": "csv"
}
{- "message": "accepted"
}