Skip to main content
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

string
Unique ID of a void request generated by the wallet.Max length: 64 characters
string
Payment ID of the original authorization that was voided.Max length: 64 characters
string
Value of the paymentRequestId field from the original pay request.

Response Parameters

object
required
Standard result object with resultCode, resultStatus, resultMessage
string
Original payment ID.Max length: 64 characters
string
Original request ID.
array
Array of void order records. See VoidDetail.

Result Codes