POST /v1/payments/inquiryVoid
Queries the result of a void operation using the void ID or the original request identifiers.
At least one of
voidId, acquirementId, or merchantTransId must be provided.Request Parameters
Unique ID of a void request generated by the wallet.Max length: 64 characters
Payment ID of the original authorization that was voided.Max length: 64 characters
Value of the
paymentRequestId field from the original pay request.Response Parameters
Standard result object with
resultCode, resultStatus, resultMessageOriginal payment ID.Max length: 64 characters
Original request ID.
Array of void order records. See VoidDetail.
Result Codes
| resultStatus | resultCode | Description |
|---|---|---|
S | SUCCESS | Query successful |
F | PARAM_ILLEGAL | Invalid parameters |
F | ORDER_NOT_EXIST | The order does not exist |
F | ORDER_UNSUPPORTED_OPERATION | The order does not support void |
F | VOID_BILL_NOT_EXIST | The void order does not exist |
U | UNKNOWN_EXCEPTION | Unknown error occurred |