Transactions Menu View
The transctions menu view displays the list of transactions across all assets.
Accessing the Transactions View
Make a GET
request to /transactions
Example Response
Paging transactions view
Individual asset transactions view
Providing the assetId
will filter for the transactions associated with taht specific assetId,
The response for both paging transactions and individual asset transactions view will be similar to the initial transactions menu view
Query parameters
query | Definition | Required |
---|---|---|
customerId | The unique customer identifer | Yes |
page | The current set of viewable requests. Default 1 | No |
assetId | The unique asset identifer | No |
Transactions View Example
USSD Transactions View
Check out an example of the ussd transactions view