This API processes the use of one or more coupons associated with a customer in Gameball. By providing customer details and a list of coupons, this endpoint marks the coupons as redeemed, completing the transaction. Optionally, a lockReference can be included to burn previously locked coupons.
post/api/v4.0/integrations/coupons/burn
Request body
Example request
{
"transactionId": "txn98765",
"transactionTime": "2024-10-11T10:57:43.382Z"
}Response
Coupon burned successfully