Foreground cluster select
Platform API
Integration API
Launching games
No risk - Play, then pay
How does it work?
- The partner makes a server-side (foreground, invisible to the player) request to select a cluster and obtain a link
- The partner sends the link to the player’s browser and redirects the player to it.
- When the player opens the start link, our server makes two server-side requests to the partner (check.session and check.balance). If both succeed, we create a new game session and the game starts in the browser.
- Every time the player spins, our server creates a new round and makes a server-side callback, withdraw.bet, to the partner’s server.
- When the round is finished (including all sub-steps such as respins, bonuses, and free spins), our server makes a server-side callback, deposit.win, to the partner’s server.
How to integrate?
- Get your access to Cabinet.
- Set-up callback (on your server - our server will make callback requests to yours by this link according to Integration Api ) and generate secret key in Cabinet. You server should then use this key to generate sign(when your server requests our) and check sign (when our server makes request to yours)
- Implement foreground cluster select request (should happen when user clicks to start game), redirect player to link got from this request.
- Implement handling 2 requests - check.session and check.balance - only after this you can start the game