ChizVerse provides two integration paths:SDK for browser games that need managed authentication, launch/session tracking, event batching, and wallet helpers.
API Reference for backend-controlled launch, ledger, payment, and transaction orchestration.
1.
Authenticate Player with ChizmisAuth.
2.
Create Launch from Game Manager.
3.
Start Session by exchanging the launchToken.
4.
Track Gameplay Events through the SDK event queue.
5.
Debit Wallet for stakes, entries, purchases, or round costs.
6.
Credit Rewards for wins, refunds, rewards, or rollback outcomes.
7.
Query Ledger by gameId, gameSession, accountId, or transaction type.
8.
End Session with a final event flush.
ChizVerse Capabilities#
| Area | Short Description |
|---|
| Chizmis Authentication | Hosted sign-in/sign-up, callback token exchange, session validation, saved accounts, and logout. |
| Activity Tracking | Launch creation, tracked sessions, event batching, gameplay metrics, and session termination. |
| ChizPay Wallet & Transactions | Centralized wallet balances, internal debit/credit ledger rows, idempotent references, and game transaction history. |
Base URLs#
| Service | Base URL |
|---|
| Chizmis Authentication | https://api.chizmis.com/access |
| Game Manager | https://api-chizverse.beespokedev.com/game-manager |
| ChizPay Wallet & Transactions | https://api.chizmis.com/chizpay |
authorization: Bearer <token> for protected Auth, Game Manager, and ChizPay endpoints.
x-session-key: <sessionKey> for Game Manager SDK event ingestion.
ChizPay game transaction requests also include nonce, timestamp, and signature in the JSON body for request integrity and anti-replay checks. Modified at 2026-07-30 06:57:16