POST /v1/payments/void
Voids a paid order before the payment is captured or the order confirmed, returning funds to the payer. Supports partial or full void operations.
Request Parameters
string
required
Merchant-generated unique ID for this void request. Used for idempotence control.Max length: 64 characters
string
required
Payment ID of the original authorization to be voided.Max length: 64 characters
string
Extension information.Max length: 4096 characters
Response Parameters
object
required
Standard result object with
resultCode, resultStatus, resultMessagestring
Merchant’s void request ID.Max length: 64 characters
string
Wallet-generated unique void ID.Max length: 64 characters