This operation will respond with a list of transactions and authorizations given the accountId with the latest transactions in descending order by date.
The account id to fetch list of transactions for
The audit user to log the request
List only transactions. This will exclude authorisations that have not yet been cleared.
From which date you want to list the transactions in ISO-8601 date-time format. If null, then toDate must also be null. This is the date of the transaction's authorisation.
"2019-01-28T00:00:00"
To which date you want to list the transactions in ISO-8601 date-time format. If null, then fromDate must also be null. This is the date of the transaction's authorisation.
"2019-01-28T00:00:00"
Current page
How many transactions should be returned per page, default is 15. Cannot be more than 30.
1 < x < 30
Successful lookup of transactions
The response is of type object[]
.