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
string
Wallet-generated unique refund ID.Max length: 64 characters
string
Merchant-generated unique refund ID.Max length: 64 characters
Response Parameters
object
required
Standard result object with
resultCode, resultStatus, resultMessagestring
Wallet-generated refund ID.Max length: 64 characters
string
Merchant-generated refund ID.Max length: 64 characters
string
Reason for the refund.Max length: 256 characters
string
Timestamp when funds were deducted from merchant, in ISO 8601 format.
string
Refund status. Values:
PROCESSING, SUCCESS, FAILstring
Account type. Values:
MPA, MRBA. Defaults to MPA.