Result Change Event
This event will be triggered when there is a change in the game result.
Sample Decrypted Request Body
Section titled “Sample Decrypted Request Body”Sample 1
Section titled “Sample 1”{ "command": "result_change", "time": 1757050507, "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": "RC0012509051013", "tot_bet_amount": 16500, "tot_winlose": -16500, "tot_winlose_before": 13500, "result": "B", "result_detail": "P:S11,S5,|B:H13,H9,", "result_before": "P", "result_detail_before": "P:C12,D13,C4|B:S4,S10,C9", "bets": [ { "bet_index": "2402", "bet_type": "PP", "bet_amount": 1500, "winlose": -1500, "winlose_before": -1500 }, { "bet_index": "2401", "bet_type": "P", "bet_amount": 15000, "winlose": -15000, "winlose_before": 15000 } ] }}Sample 2
Section titled “Sample 2”{ "command": "result_change", "time": 1757050581, "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": "RC0012509051016", "tot_bet_amount": 10800, "tot_winlose": -10800, "tot_winlose_before": 8700, "result": "P", "result_detail": "P:S13,S9,|B:H5,H13,", "result_before": "B", "result_detail_before": "P:D10,H1,H1|B:C4,H3,", "bets": [ { "bet_index": "2406", "bet_type": "BP", "bet_amount": 800, "winlose": -800, "winlose_before": -800 }, { "bet_index": "2405", "bet_type": "B", "bet_amount": 10000, "winlose": -10000, "winlose_before": 9500 } ] }}Raw Response
Section titled “Raw Response”{ "result": 0, "agent_id": "test001", "time": 1709650800, "data": { "user_id": "test_id", "balance": 1000000 }}