List Payments
List payments with optional filters for invoice, customer, method, status, paylink, and plan.
Authorizations
Query Parameters
Filter by customer display ID (cus_...).
Filter by invoice display ID (inv_...).
Filter by invoice reference string.
Page size. Defaults to 100. Minimum 1, maximum 100.
1 <= x <= 100Page number (1-based). Defaults to 1.
x >= 1Filter by payment link display ID (plink_...).
Filter by payment method. Accepts one value or a comma-separated list of the allowed values below.
Unknown, MerchantContract, ProxyWallet, Unblock, Payout, Card, GooglePay, ApplePay, Paypal, DirectDebit, Ramp, RampCryptoSettlement, Refund, Deposit Filter by plan display ID (plan_...).
Inclusive lower bound on created_at (RFC3339). When set, results are sorted by created_at.
Sort direction for the primary list key (created_at when since/until are set, otherwise id). Defaults to desc.
asc, desc Filter by payment status. Accepts one value or a comma-separated list of the allowed values below.
Unknown, RequiresPaymentMethod, RequiresConfirmation, RequiresAction, Processing, Succeeded, Canceled, Failed Inclusive upper bound on created_at (RFC3339). When set, results are sorted by created_at.