Retrieve details of a specific refund by ID
The API token for login provided by UQPay.
The API client id generated by UQPAY
The ID of the refund to retrieve
"RF1234567890123456789"
Refund details retrieved successfully
The unique identifier for the refund
"RF123456789"
The ID of the payment attempt that was refunded
"PA123456789"
The amount refunded
"10.01"
The three-letter currency code (ISO 4217)
"USD"
The current status of the refund
INITIATED, PROCESSING, SUCCEEDED, FAILED, REVERSAL_INITIATED, REVERSAL_PROCESSING, REVERSAL_SUCCEEDED "SUCCEEDED"
The time at which this payment refund was created.
"2024-03-01T00:00:00+08:00"
Last time at which this payment refund was updated or operated on.
"2024-03-01T00:00:00+08:00"
The reason for the refund
100"Order 1234 has been returned"
Additional metadata associated with the refund. User-defined key-value pairs.
{
"customer_id": "cust_12345",
"order_id": "order_6789"
}