Transactions
Retrieve Transactions
You can access transactions information through the following endpoints.
Endpoint:
-
To get details on specific transaction, use the
GET /transaction/{transactionId}API.- You must provide filter criteria
customerIdin the path param.
- You must provide filter criteria
-
To get all transactions, use the
GET /transactionAPI.- You can provide filter criteria in the parameters.
- Refer to Filters section for more details on filtering results based on specific fields.
- Refer to Pagination section for more details on paginating results.