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
Merchant-generated unique ID for this void request. Used for idempotence control.Max length: 64 characters
Payment ID of the original authorization to be voided.Max length: 64 characters
Extension information.Max length: 4096 characters
Response Parameters
Standard result object with
resultCode, resultStatus, resultMessageMerchant’s void request ID.Max length: 64 characters
Wallet-generated unique void ID.Max length: 64 characters