This article shares a possible use case your app or site could support, as well as a sample flow that could support it. This can be a helpful jumping-off point as you plan your app's implementation.
In this scenario, you want to retrieve a list of transactions for a specific date range and filter them by payment method.
To retrieve the transactions, call Transactions List with the specified date range and payment method filters. The API call returns a list of transactions that match the criteria.