List payments
Use this method to return a paginated list of payments.
Note: If you want to view the details of 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 tip mode, or a date range.
Our gateway returns the following information about each payment in the list:
- Order details, including the transaction amount and when it was processed.
- Payment card details, including the masked card number, expiry date, and payment method.
- Cardholder details, including their contact information and shipping address.
- Payment details, including the payment type, status, and response.
For each transaction, we also return the paymentId and an optional secureTokenId, which you can use to perform follow-on actions.
Query parameters
Filter by terminal ID.
Filter payments by order ID.
Filter payments by operator.
Filter payments by the cardholder’s name.
Filter payments by the first six digits of the card number that the customer used in the transaction.
Filter payments by the last four digits of the card number that the customer used in the transaction.
Filter by tender type.
Filter payments by tip.
Filter payments by transaction type.
Filter payments by the status of the transaction.
Filter by payments that the processor processed after a specific date. The date format follows the ISO 8601 standard.
Filter by payments that the processer processed before a specific date. The date format follows the ISO 8601 standard.
Filter payments by the settlement status of the transaction.
Filter by payments that the processor settled on a specific date in the format YYYY-MM-DD.
Unique identifier that our gateway assigned to the payment link.
Return the previous page of results before the value that you specify.
You can’t send the before parameter in the same request as the after parameter.
Return the next page of results after the value that you specify.
You can’t send the after parameter in the same request as the before parameter.
Limit the maximum number of results that we return for each page.
Headers
Bearer authentication
Response
Successful request. Returns a list of payments.
Changes
No recorded changes to this endpoint across all 1 revision of this API.