Skip to main content
GET
List Refunds
Retrieve a paginated list of refunds for your merchant account, with optional filters.

Endpoint

GET https://quickei.io/pay/sandbox/api/v1/refunds

Query Parameters

string
Filter by original payment transaction ID.
string
Filter by refund status: pending, completed, failed.
string
Start date filter (ISO 8601, e.g. 2024-01-01).
string
End date filter (ISO 8601, e.g. 2024-01-31).
integer
Page number (default: 1).
integer
Results per page (1–100, default: 20).

Example Request

Success Response 200