Request to generate account transactions report
Last updated
Was this helpful?
Last updated
Was this helpful?
In this example, we will review how to request to generate account transactions report.
The ID of the account from where the transactions report will be exported.
...accounts/ID-12333/transactions/export
The type of report file that is going to be generated. The exportFileType
can be:
JSON or
CSV.
The transaction export time frame. For the dateType
you can choose:
POSTING_DATE - is the current Tuum banking date when the account transaction was posted.
VALUE_DATE - is the date on which operation actually carries out or is supposed to carry out in the account. Must be the same or earlier than the posting date.
To request account transaction report, make the following call.
https://account-api.sandbox.tuumplatform.com/api/v4/accounts/{accountId}/transactions/export
In the sample below you will find information on how to request an account transactions report.
Below you will find an example response to the API call from above.
As a result, an account transaction report was requested.
Below, you will find a sample of transaction export file. This way the file is structured after being downloaded.