Get transaction data
Get Account Interests
GET
Get Account Interests
Path Parameters
The account id to get interests
Query Parameters
The audit user to log the request
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[]
.
Get Account Interests