Skip to content

Bet Cancel Event

This event will be triggered once the player cancels a bet.

{
"command": "bet_cancel",
"time": 1757050021,
"data": {
"user_id": "testuser",
"feedback_data1": "YOUR_DATA_SENT_WITH_GAME_LOBBY_REQ_FEEDBACK_DATA_1",
"currency": "PHP",
"game_type": "BAC",
"table_no": "RC001",
"game_no": "RC0012509051019",
"tot_bet_amount": 15500,
"bets": [
{
"bet_index": "2407",
"bet_type": "P",
"bet_amount": 15000
},
{
"bet_index": "2408",
"bet_type": "PP",
"bet_amount": 500
}
]
}
}
{
"command": "bet_cancel",
"time": 1757050151,
"data": {
"user_id": "testuser",
"feedback_data1": "YOUR_DATA_SENT_WITH_GAME_LOBBY_REQ_FEEDBACK_DATA_1",
"currency": "PHP",
"game_type": "BAC",
"table_no": "RC001",
"game_no": "RC0012509051022",
"tot_bet_amount": 15500,
"bets": [
{
"bet_index": "2410",
"bet_type": "B",
"bet_amount": 15000
},
{
"bet_index": "2411",
"bet_type": "BP",
"bet_amount": 500
}
]
}
}
{
"result": 0,
"agent_id": "test001",
"time": 1709650800,
"data": {
"user_id": "test_id",
"balance": 1000000
}
}

📌
For a comprehensive guide on how this works, please refer to the Common and Transfer Introduction or Seamless Introduction sections within the Introduction page.