Simulatta
Simulatta is an extension of the standard Casino integration.
Overview
Simulatta uses the existing Wallet API flow and extends it with bet slip functionality.
In addition to standard wallet operations, the Merchant must implement:
/betSlip– retrieves bet slip data for the session
Implementation Notes
Before implementing Simulatta, the Merchant must provide:
- a list of all games and subgames
- a list of competitions
This information is crucial for our system to accurately map the provided data to our internal types and bet types. This mapping ensures that the odds and bet slips returned are precise and aligned with the provider's offerings.
Integration Steps
- Provide Game and Competition Data Ensure to provide detailed information about all games, subgames, and competitions. This data should include unique identifiers and descriptive names.
- Data Mapping Our team will use this data to create a mapping between the provider's data and our internal representations. This process is essential to maintain consistency and accuracy in the data exchange.
- Testing and Validation After the mapping is completed, thorough testing will be conducted to validate that the data integration works seamlessly, ensuring that the odds and bet slips are accurately reflected based on the provider's input.