Retrieve a paginated list of refunds with optional filtering.
| Parameter | Type | Description |
|---|---|---|
page | integer | Page number (default: 1) |
limit | integer | Items per page (default: 20, max: 100) |
status | string | Filter by status (PENDING, COMPLETED, FAILED) |
collectionId | string | Filter by original collection ID |
dateFrom | string | Filter from date (YYYY-MM-DD) |
dateTo | string | Filter to date (YYYY-MM-DD) |
| Field | Type | Description |
|---|---|---|
refunds | array | List of refund objects |
pagination | object | Pagination info |
| Field | Type | Description |
|---|---|---|
refundId | string | Unique refund identifier |
collectionId | string | Original collection ID |
amount | number | Refunded amount |
currency | string | Currency code |
reason | string | Reason code (e.g., CUSTOMER_REQUEST) |
reasonDescription | string | Human-readable reason description |
status | string | Refund status |
completedAt | string | Completion timestamp |
createdAt | string | Creation timestamp |
JWT access token obtained from /auth/token
x <= 100PENDING, COMPLETED, FAILED