List Payments
Payments
List Payments
Retrieve a paginated list of all payment transactions.
GET
List Payments
Query Parameters
Page number for pagination
Number of payments per page
Filter payments by customer ID
Filter payments by order ID
Filter payments by status. Common values:
succeeded, processing, failedFilter by payment method (e.g.
cash, credit_card, paypal, stripe, mercadopago_checkout)Filter by payment processor (e.g.
stripe, paypal, mercadopago, square, other)Filter payments with amount greater than or equal to this value
Filter payments with amount less than or equal to this value
Filter payments created on or after this date (YYYY-MM-DD)
Filter payments created on or before this date (YYYY-MM-DD)
Search across token, notes, and receipt number
Field to sort results by. Valid values:
id, amount, created_at, statusSort direction. Valid values:
ASC, DESC