Void the ticket
This request is made when ticket is voided.
Request fields:
operator
string
Name of the operator as registered on the system
ticket_id
string
Ticket id
price
integer
Ticket price. Should be in integer format (cents). For example, for price 35.00
the value will be 3500
stake
float
Ticket stake. Should be in integer format (cents). For example, for stake 33.45
the value will be 3345
wht_amount
integer
Player withholding tax. Should be in integer format (cents). For example, for withholding tax amount 4.55
the value will be 455
wht
float
Player withholding tax percentage. For example, for withholding tax percentage 20.0%
the value should be 20.0
ext_amount
integer
Ticket exercise tax. Should be in integer format (cents). For example, for exercise tax amount 1.25
the value will be 125
ext
float
Ticket exercise tax percentage. For example, for exercise tax percentage 12.5%
the value should be 12.5
ext_type
string
gross_payout
integer
Ticket gross payout. Should be in integer format (cents). For example, for gross payout 30.45
the value will be 3045
net_payout
integer
Ticket net payout. Should be in integer format (cents). For example, for net payout 30.45
the value should be 3045
Sample request:
Sample response:
Last updated