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
| Part | Your platform provides | Wildvolt provides |
|---|---|---|
| Player session | A backend-signed JWT for the player and assigned instance | A game that validates and uses that session |
| Game window | An iframe and supported browser message handlers | The game client and its supported messages |
| Wallet | Signed-request verification and transaction handlers | Requests for bets, settlements, reversals and balance checks |
Work through the build
- Establish the connection. Confirm your endpoints and operator details in Your connection checklist, then implement request verification.
- Launch a game. Create a player session on your backend and embed the game in your site.
- Complete the wallet. Follow the wallet flow, then implement each callback contract.
- 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.