Returns a paginated list of refunds. Supports filtering by status, currency, customer, and payment. Sortable by status, amount, currency, and created date.
Documentation Index
Fetch the complete documentation index at: https://alguna.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication. Pass your API key as a Bearer token.
2026-04-01 Filter by ISO 4217 currency code
"USD"
Filter by customer ID
"cust_abc123"
Number of items to return per page
20
Number of items to skip
0
Filter by payment ID
"pay_abc123"
Sort field and direction in format field:order
"created_at:desc"
Filter by refund status. Pass a comma-separated list to match any.
pending, succeeded, failed, canceled "succeeded"