General integration info¶
iFrame integration goes in 4 steps:
- Sportsbook iFrame integration into the client's platform FE
- Seamless login integration
- Wallet integration (2 ways to integrate a wallet):
- Seamless wallet integration - Main
- Transfer wallet integration
Supported languages¶
Note
Sportsbook iFrame supports a lot of languages listed below.
If you don’t see needed language - ask our managers and they will tell you if we can add it.
Supported languages
az: Azerbaijani
ar: Arabic
bn: Bengali
en: English
el: Greek
de: German
gu: Gujarati
es: Spanish
fr: French
fa: Farsi
hi: Hindi
hu: Hungarian
id: Indonesian
it: Italian
ja: Japanese
kk: Kazakh
kn: Kannada
ky: Kyrgyz
ko: Korean
mr: Marathi
ms: Malay
ne: Nepali
pt: Portuguese
pl: Polish
ro: Romanian
ru: Russian
si: Sinhala
sw: Swahili
ta: Tamil
te: Telugu
tg: Tajik
th: Thai
tr: Turkish
tl: Tagalog
uk: Ukrainian
ur: Urdu
uz: Uzbek
vi: Vietnamese
zh: Chinese Simplified
Multi-Currency Support¶
Multi-Currency Support
Our solution now supports multicurrency player accounts. Players can have balances in multiple currencies within a single account.
For backward compatibility, the legacy approach (one currency per account) continues to work as before.
New Multi-Currency Approach:
- Single player account can hold balances in multiple currencies
- Players can switch between available currencies
- See Frontend Multi-Currency Integration for implementation details
- See Backend Balance Response for expected API responses
Legacy Single-Currency support
Legacy Approach (Still Supported):
- One player account can have only 1 currency (specified in JWT token)
- Currency cannot be changed during the account lifetime
- For operators requiring multiple currencies, separate user accounts are created for each currency using different playerIds (e.g., "{operator-prefix}-{currency}-{playerId-on-operator-platform}")