Refund Response Parameters
| Parameter | Type | Description |
|---|---|---|
code | Number(3) | Response code, see Appendix for details |
uniqueId | String(32) | Original transaction ID of the refund |
refundTransactionId | String(128) | Merchant refund application ID |
refundUniqueId | String(128) | Unique system refund order ID |
refundCurrency | String(3) | Refund currency (e.g. CNY/USD) |
refundAmount | String(12) | Refund amount |
refundRequestAt | String(20) | Refund application time |
refundAt | String(20) | Refund processing time |
message | String(255) | Refund response message |
timestamp | Number | Response timestamp |