Foreground cluster select

Platform API

Integration API

Launching games

No risk - Play, then pay

How does it work?

  1. The partner makes a server-side (foreground, invisible to the player) request to select a cluster and obtain a link
  2. The partner sends the link to the player’s browser and redirects the player to it.
  3. 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.
  4. Every time the player spins, our server creates a new round and makes a server-side callback, withdraw.bet, to the partner’s server.
  5. 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?

  1. Get your access to Cabinet.
  2. 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)
  3. Implement foreground cluster select request (should happen when user clicks to start game), redirect player to link got from this request.
  4. Implement handling 2 requests - check.session and check.balance - only after this you can start the game