FAQs
Frequently Asked Questions
1. General Set Up
Refer to Integration Process for Seamless Operator or for Transfer Operator, that section might help answer your question.
What general information 1 Operator has to provide Naga Games for setup?
- Group Name
- Manager Email
- Brand Name (Operator Domainβs name)
- Brand API server IPs
- Domain: a link to the operator domain
- Currencies: currencies that your operator site supports
How many currencies does Naga Games support?
We almost cover all the currencies, but if you feel that your currency is missing, please do let us know. We will add that in our system.
Does Naga Games support sub-units for currencies?
No. For instance, every bet made in USD will be recorded in USD, not cents.
2. Integration
SEAMLESS
How is SEAMLESS WALLET different from TRANSFER WALLET?
Please refer to section Seamless Wallet VS Transfer Wallet
You can find that section in About Seamless Wallet or About Transfer Wallet
What URLs does SEAMLESS Operator need to provide?
- Authorize URL
- Placebet URL
- Payout URL
What Signing & Verifying Method in use for SEAMLESS Operator?
Public Key and Private Key pair are generated using RSA.
All requests coming from Naga Games will be hashed by SHA-256
Refer to Signing & Verifying section for a more detailed description.
TRANSFER
What URLs does TRANSFER Operator need to provide?
- Authorize URL
What Signing & Verifying Method in use for TRANSFER Operator?
For each Operator, a Secret Key will be generated and assigned.
All request data coming from the Operator as well as the Secret Key must be hashed using HMAC-SHA256. The resulting hash is a signature, which should be sent to Naga Games along with the request.
Refer to Signing & Verifying section for a more detailed description.
3. APIs
MAKE SURE YOU GO THROUGH OUR SEQUENCE DIAGRAMS FIRST
Is the playURL always the same for each game?
No. The URL can be changed or updated, it wont stay fixed.
Operators need to call Get all available games to get the updated playURL. We also have a filter using gamecode for Operators to get the playURL of 1 particular game.
Have questions for us?
For any further question, please feel free to let us know on the Discussion section.
Updated almost 2 years ago