Win the ticket

The request is made when player's ticket is won or cashed out.

Request fields:

Attribute
Data Type
Description

operator

string

Name of the operator as registered on the system

ticket_id

string

Ticket id

Sample request:

{
    "action": "ticket_win", 
    "data": {
        "operator": "operator-code",
        "ticket_id": "1330556611374148608"
    }
}

Sample response:

Response: 200
Doesn't require any payload

Last updated