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.