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.