Skip to main content
1

Get your credentials

Contact iGamingAce to receive your API token, secret key, and base URL. Provide the base URL of the callback service you will build.
2

Implement your callback service

Build and deploy five HTTPS endpoints: GetBalance, Withdraw, Deposit, BetWin, and RollbackTransaction. These are the hooks iGamingAce calls during gameplay.
3

Integrate the platform APIs

Call the Game List API to display available games to players, then call User Auth to generate authenticated launch URLs when a player opens a game.
4

Go live

Verify your HMAC signature logic using the published test vector, confirm your callback responses, and open games to your players.