List Payments
List all payments with filtering and pagination
GET
Documentation Index
Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint retrieves a paginated list of payments. Use filters to narrow results by status, date range, amount, and more.
Authentication
This endpoint requires a valid API key withpayments:read permissions.
Query Parameters
Number of items to return (default: 20, max: 100)
Cursor for pagination (payment ID)
Cursor for reverse pagination (payment ID)
Filter by status: “pending”, “processing”, “succeeded”, “failed”, “cancelled”
Filter by customer ID
Filter by order ID
Filter by invoice ID
Filter by payment method: “card”, “ach”, “wire”, “paypal”
Filter by creation date start (ISO 8601)
Filter by creation date end (ISO 8601)
Minimum amount in cents
Maximum amount in cents
Filter by currency code
Response
Object type, always “list”
Array of payment objects
Whether more items exist