API Reference · Payments
List payments
Returns a cursor-paginated list of payments.
GET
/v1/paymentsSorted by `created` descending. Supports filtering by customer, status, and date range.
Returnslist of payment objects
Query parameters
limitintegerdefault: 10Max results.
Constraints: 1 <= limit <= 100
starting_afterstringCursor for the next page.
ending_beforestringCursor for the previous page.
customerstringFilter to a single customer id.
statusstringFilter by status.
Allowed values: PENDING SUCCEEDED FAILED REFUNDED PARTIALLY_REFUNDED
created[gte]integerLower bound for the `created` field (unix timestamp, inclusive).
created[lte]integerUpper bound for the `created` field (unix timestamp, inclusive).