_void( )


Important: This is a handler function. Implement it only as part of the service plugin.


This method requests that a gift card transaction be voided by your app. Wix calls this method when a purchase fails after gift card redemption.

Method Declaration
Copy
Method Parameters
payload_voidEnvelope
Returns
Return Type:VoidResponse | Promise<VoidResponse>
Did this help?