List payments
Return a list of payments.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
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.
Points to the resource identifier that you want to receive your results before. Typically, this is the first resource on the previous page.
Points to the resource identifier that you want to receive your results after. Typically, this is the last resource on the previous page.
States the total amount of results the response is limited to.
Response
Successful request. Returns a list of payments.
Maximum number of results that we return for each page.
Number of results that we returned.
Indicates that further results are available.
Array of transactions.
Reference links to navigate to the previous page of results, or to the next page of results.