POST - Bet Settlement
If you would like to resend the bet settlements for any specific event_id/s you can use to following POST API data which will send bet_settlement or player_bet_settlement messages in the queue.
Endpoint | Method | Input Body | Sample Request Body |
---|---|---|---|
/api/v1/betsettlement | POST |
| { |
Â
The response Body should be as follows:
<?xml version='1.0' encoding='utf-8'?>
<response timestamp="1673531781" response_code="ACCEPTED"/>
Â