This document is a guide to getting started with Seamless wallet integration of Tom Horn Gaming Integration Casino.
The full documentation is available at corresponding section
The basic integration consists of these parts:
- Integration service
- Wallet Service
- Embedding client into your page
Integration Service
Integrator needs to call a few commands before opening the game:
- GetGameLaunchToken - This operation creates a player in the system, opens a new session for the player and return a security token required to launch the game. If the player already exist in the system, the operation will only open the session and return a security token.
- GetGameModules - This operation retrieves a list of all game modules available to the Customer. This operation is usually used when preparing the list of games for the game lobby.
Detailed specification of Integration service: click here.
Wallet Service
Wallet Service is implemented on customer's side and is listening on the URL specified in questionnaire. Wallet Service performs the following operations (Tom Horn Gaming platform will call these functions):
- Deposit (adding a win to the player)
- Withdraw (taking the bet from the player)
- GetBalance (check the current balance of the player)
- RollBackTransaction (used to ‘undo’ or roll back bet transaction)
Detailed specification of Wallet service can be found here
Embedding the Game Client
Game launch URL automatically renders the game client.
Comments
0 comments
Please sign in to leave a comment.