List payments
Retrieve a list of payments.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
processingTerminalId
Filter payments by the unique identifier that our gateway assigned to the terminal.
orderId
Filter payments by the order ID.
nameOnAccount
Filter payments by the account holder's name.
last4
Filter payments by the last four digits of the account number.
type
Filter payments by transaction type.
Allowed values:
status
Filter by the status of the payment.
dateFrom
Filter by payments that the merchant ran after a specific date. The date follows the ISO 8601 standard.
dateTo
Filter by payments that the merchant ran before a specific date. The date follows the ISO 8601 standard.
settlementState
Filter by the settlement status of the payment.
Allowed values:
settlementDate
Filter by payments settled on a specific date. The format is in YYYY-MM-DD.
paymentLinkId
Unique identifier that our gateway assigned to the payment link.
before
Points to the resource identifier that you want to receive your results before. Typically, this is the first resource on the previous page.
after
Points to the resource identifier that you want to receive your results after. Typically, this is the last resource on the previous page.
limit
States the total amount of results the response is limited to.
Response
Successful request. Returns a list of payments.
limit
Maximum number of results that we return for each page.
count
Number of results that we returned.
hasMore
Indicates that further results are available.
data
Array of payments.
links
Reference links to navigate to the previous page of results, or to the next page of results.