Get transaction data
Get transactions and authorizations given accountid
GET
Path Parameters
The account id to fetch list of transactions for
Query Parameters
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.
Example:
"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.
Example:
"2019-01-28T00:00:00"
Current page
How many transactions should be returned per page, default is 15. Cannot be more than 30.
Required range:
1 < x < 30
Response
200
application/json
Successful lookup of transactions
The response is of type object[]
.