This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Voids a gift card transaction. Transaction IDs are returned in the Redeem Gift Card call.
You can only call this method when authenticated as a Wix app or Wix user identity.
Gift card transaction ID, as returned from Redeem Gift Card.
App ID of the gift card provider.
Contextual information for the request, including the physical location ID if applicable.
curl -X POST \
'https://www.wixapis.com/ecom/v1/gift-cards/void' \
-H 'Authorization: <AUTH>' \
-H 'Content-Type: application/json' \
-d '{
"transactionId": "12121212-1212-2121-2121-122112211221",
"appId": "11169077-1222-3331-ba4f-36ef8c4c1e11"
}'
{}
There is 1 error with this status code.
There is 1 error with this status code.
There are 2 errors with this status code.
This method may also return standard errors. Learn more about standard Wix errors.