Integration Process
The integration process is multifaceted, with certain applications or parts of the integration dependent on the implementation of others. To manage this complexity, it is beneficial to divide the integration into stages, providing a clear overview of progress and identifying pending steps.
Recommended flow of the integration process
Delta feed
Establish connection with Odds88 websocket delta feed
Process and store messages
Populate database
Metadata feed
Establish connection
Process and store messages
Forward to Front-End
Reconnection should be automatically handled by integration.
Bet placement
Create a player database.
Implement Odds88 bet placement endpoints.
Test if it is possible to send bet placement requests
Compare returned values with the ones in your database
Settlement feed
Establish connection
Process message and apply settlement results.
Forward to Front-End
Reconnection should be automatically handled by integration.
Translation feed
Establish connection
Process message
Call corresponding endpoint to update translation
Save new translation to database


Last updated