01 / Build the connection

Connect your platform

Understand the services, responsibilities and sequence behind an integration.

Your wallet remains the source of truth for player funds. Wildvolt runs the games; your platform authenticates players, signs their game sessions and responds to wallet requests.

Three parts to connect

PartYour platform providesWildvolt provides
Player sessionA backend-signed JWT for the player and assigned instanceA game that validates and uses that session
Game windowAn iframe and supported browser message handlersThe game client and its supported messages
WalletSigned-request verification and transaction handlersRequests for bets, settlements, reversals and balance checks

Work through the build

  1. Establish the connection. Confirm your endpoints and operator details in Your connection checklist, then implement request verification.
  2. Launch a game. Create a player session on your backend and embed the game in your site.
  3. Complete the wallet. Follow the wallet flow, then implement each callback contract.
  4. Verify the result. Run the integration checks and work through any common issues.

Keep these rules in view

  • Verify signatures against the original request bytes before processing a callback.
  • Treat repeated transaction IDs as retries. Return the original outcome without moving funds twice.
  • Read the units on each field. Request amounts and returned balances do not necessarily use the same unit.
  • Keep private signing keys on your backend, outside the game page and browser bundle.

Need a specific payload? Go directly to the API directory. For day-to-day support after integration, use Operations.

On this page