Overview¶
VeliGames RESTful API offers casino operators a unified connection point to access games from multiple providers through a single integration. This document serves as a guide for integrating both Seamless and Transfer Wallet API with an operator’s casino platform.
Documentation outlines the Server-to-Server API calls required for game launches and managing transactions between game providers and the casino.
All players (members) information is stored on the casino operator’s side, as they have full control over the player’s account. The operator is responsible for the following actions:
Player Registration: Handling player registration, collecting identifying details (including balance), and verifying the data.
Player Authentication: Managing token-based authentication and authorizing player access.
Player Billing: Overseeing the management of player funds.
Integration Steps¶
To start using VeliGames API, you need to set up your account with VeliGames and register your brand identifier, which is a unique name associated with your casino. [1]
Once your account is registered, VeliGames provides you with backoffice account where you can find your credentials and set your wallet type. (Seamless, Transfer).
You also obtain VELIGAMES_API_URL
, OPERATOR_ID
and SECRET_KEY
to set up the
header signature of your requests.
Integration plan:
If you want use Seamless wallet, you should set up URL of your wallet and implement Seamless Wallet API
If you want use Transfer wallet, implement Transfer Wallet API
Game API is same for both Seamless and Transfer. (Launch, Game Lists)
You may register the free bet status URL if you plan to integrate Reward API
For reporting, check out Report API (Rate limits can be applied)
For seamless wallet, make sure all cases are passed by launching the acceptance-tests game. Testing Seamless Wallet

(Seamless Wallet) Interactions between the client, casino, and VeliGames API.