List Refunds
List all refunds with filtering and pagination options
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 returns a paginated list of refunds. You can filter by status, date range, customer, and more.
Authentication
This endpoint requires a valid API key withrefunds:read permissions.
Query Parameters
Number of refunds to return (1-100)
Number of refunds to skip
Filter by status: “pending”, “approved”, “processing”, “completed”, “rejected”, “cancelled”
Filter by type: “full”, “partial”, “item_return”, “shipping”, “tax_only”
Filter by specific order
Filter by customer
Filter refunds created after date (ISO 8601)
Filter refunds created before date (ISO 8601)
Filter by refund reason code
Sort by field: “created_at”, “updated_at”, “amount”, “status”
Sort order: “asc” or “desc”