List payments
Use this method to return a paginated list of payments.
Note: If you want to view a specific payment and you have its paymentId, use our Retrieve Payment method.
Use query parameters to filter the list of results that we return, for example, to search for payments for a customer, a date range, or a settlement state.
Our gateway returns the following information about each payment in the list:
- Order details, including the transaction amount and when it was processed.
- Bank account details, including the customer’s name and account number.
- Customer’s details, including the customer’s phone number.
- Transaction details, including any refunds or re-presentments.
For each transaction, we also return the paymentId and an optional secureTokenId, which you can use to perform follow-on actions.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Filter results by payments that the merchant ran after a specific date. The value follows the ISO 8601 standard.
Filter results by payments that the merchant ran before a specific date. The value follows the ISO 8601 standard.
Filter results by the settlement date. Send a value in YYYY-MM-DD format.