Refund a payment (full or partial)
Refund a completed payment, either fully or partially. The merchant wallet is debited and the user wallet is credited.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.
POST https://quickei.io/pay/sandbox/api/v1/refunds
TRX-98765).Partial refunds: You can issue multiple partial refunds against the same transaction until the total refunded amount equals the original payment amount.
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 Transaction not found422 Refund exceeds original amount422 Transaction not refundable