Content

  • General connection information
    • Terms
    • Denomination
    • Integration example (php)

  • Connecting a Partner to the Platform
    • Preliminary steps
    • Practical connection steps
    • How to work with the API (Workflow)
    • Launching an integrated game

  • Partner API
    • General info
    • Signature generation
    • Partner side methods
      • /trx.cancel - Cancel transaction
      • /trx.complete - Complete transaction
      • /check.session - Getting (checking) information about a session on a Partner's side
      • /check.balance - Getting information about a partner's balance
      • /withdraw.bet - Withdrawal from a balance for making a bet
      • /deposit.win - Enrollment the winnings to a balance.
    • Freerounds. Partner side methods
      • /freerounds.activate - Freerounds activation
      • /freerounds.complete - Completing freerounds
      • /freerounds.step - Freeround step completion notification
    • Error handling

  • Platform API
    • General schemes of the Platform's responses to Partner requests
    • Platform side methods
      • /games.list - Get the list of games
      • /currencies.list - Get the list of available currencies
      • /init.session - Getting the link to a game session
      • /init.demo.session - Getting a link to a DEMO game session
      • /close.session - Force session close
      • /games.freeroundsInfo - Get a summary of the freeround status

  • FAQ