Mark a coupon as used/consumed to prevent further usage.
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, aDocumentation Index
Fetch the complete documentation index at: https://docs.gameball.co/llms.txt
Use this file to discover all available pages before exploring further.
lockReference can be included to burn previously locked coupons.
A unique identifier for the transaction in your system (e.g., order number or invoice number). This ID can be used to reverse, cancel, or refund any coupon burn transactions in Gameball.
"txn98765"
The time of the transaction in your system (e.g., order datetime, invoice datetime).
"2024-10-11T10:57:43.382Z"
List of coupons that need to be burned. Only one of coupons or lockReference must be provided.
Reference used to burn the locked coupons from the validation step. Only one of coupons or lockReference must be provided.