Search account transactions
Last updated
Was this helpful?
Last updated
Was this helpful?
In this example, we will review how to fetch the account transactions.
Searching for transactions on the ID-1279 account.
...accounts/ID-1279/transactions...
The search from and to dates. The date format is: YYYY-MM-DD.
...search?dateFrom=2023-01-01&dateTo=2023-07-10...
The search data type is the posting date.
...&dateType=POSTING_DATE...
Requesting to display the search results on the first page; the page size is 5.
...&pageNumber=1&pageSize=5
To search the account transactions, make the following call.
https://account-api.sandbox.tuumplatform.com/api/v4/accounts/{accountId}/transactions/search
Below is the sample request to find account transactions.
Below you find an example response body to the API call above.
The details of the existing account transactions are fetched.