Get details of a specific refund
Retrieve the full details of a specific refund.Documentation Index
Fetch the complete documentation index at: https://developer.quickei.io/llms.txt
Use this file to discover all available pages before exploring further.
GET https://quickei.io/pay/sandbox/api/v1/refunds/{refund_id}
RF-20240115-X7Y8Z9).200| Field | Description |
|---|---|
refund_id | Unique refund identifier (RF prefix) |
transaction_id | Original payment transaction ID |
amount | Formatted refund amount with currency |
raw_amount | Numeric refund amount |
currency | ISO 4217 currency code |
status | pending, completed, or failed |
reason | Refund reason (if provided) |
reference | Your internal reference (if provided) |
created_at | ISO 8601 timestamp |
404