Everything you need for bonuses
Bonus Buy
Let players purchase bonus rounds directly. Configurable spins, multipliers, pricing.
Custom Bonus Builder
Players configure their own bonus (spins count, win multiplier, win probability). Real-time price calculation.
Insurance
Spin loss protection. Players get a refund after N consecutive losses.
Personalization
Individual discounts per player or segment. Dynamic discount engine.
Dynamic Pricing
Price changes by time of day, player behavior, session length.
Tournaments
Multi-casino tournaments with configurable prize distribution.
Jackpots
Progressive and game-category jackpots.
Cashback
Configurable wager-based cashback tiers.
Admin Panel
Real-time bonus configuration for both providers and operators.
Three steps to go live
Add Bonus Engine API
Provider adds Bonus Engine API to their slot backend. Just one endpoint.
UI Appears Automatically
Bonus Buy UI appears automatically inside the game. No frontend work required.
Players Buy Bonuses
Engine handles all transactions, discounts, personalization.
Built for developers
Modern REST API with JSON payloads, idempotency keys, and comprehensive Swagger documentation. Sandbox environment with Casino Faker simulator for testing.
POST /api/v1/bonus/buy
Content-Type: application/json
X-Idempotency-Key: uuid
{
"player_id": "player_123",
"game_id": "mysteryslot_5x5",
"bonus_type": "free_spins",
"config": {
"spins": 10,
"multiplier": 2,
"price": 50.00
}
}
// Response
{
"bonus_id": "bonus_abc123",
"status": "active",
"expires_at": "2024-01-15T12:00:00Z"
}Bonus Engine Integration FAQ
Answers to common questions from game providers and operators integrating bonus mechanics into slot platforms.
How long does Bonus Engine integration take for a slot provider?
Typical integration takes 1–2 weeks depending on existing wallet and release workflows.
Does Bonus Engine require frontend changes in slot clients?
Core launch and bonus logic is backend-driven, so providers can enable features with minimal frontend impact.
Which bonus mechanics are included in the API module?
Bonus Buy, custom bonuses, insurance, personalization, cashback, tournaments, and jackpot-ready flows.
Can operators control limits and player targeting rules?
Yes. The platform supports configurable limits, segmentation, and personalization controls via admin workflows.
Related Resources
Continue with API docs, technology stack details, and slot portfolio examples.