Skip to main content

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 customerId in the path param.
  • To get all transactions, use the GET /transaction API.

    • 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.