POST /v1/payments/inquiryRefund
Queries the status of a refund. Use when the refund result cannot be obtained after extended delays. If both refundId and refundRequestId are provided, refundId takes priority.
Request Parameters
Wallet-generated unique refund ID.Max length: 64 characters
Merchant-generated unique refund ID.Max length: 64 characters
Response Parameters
Standard result object with
resultCode, resultStatus, resultMessageWallet-generated refund ID.Max length: 64 characters
Merchant-generated refund ID.Max length: 64 characters
Reason for the refund.Max length: 256 characters
Timestamp when funds were deducted from merchant, in ISO 8601 format.
Refund status. Values:
PROCESSING, SUCCESS, FAILAccount type. Values:
MPA, MRBA. Defaults to MPA.Result Codes
| resultStatus | resultCode | Description |
|---|---|---|
S | SUCCESS | Query successful; check refundStatus for actual state |
F | PARAM_ILLEGAL | Invalid parameters |
F | REFUND_NOT_EXIST | Refund not yet accepted or does not exist |
U | UNKNOWN_EXCEPTION | Unknown error occurred |