Seamless Wallet
In Seamless Wallet integrations, our system does not store players’ money, so in each case when it is required to withdraw/deposit money to a player’s account, a callback-request to your system is going to be made.
📄️ Settings
To set up Seamless Wallet, you need provide the following information to us:
📄️ Interaction protocol
All requests should be sent by HTTP(S) using the method POST in JSON format. Answers are expected to be made in JSON format.
📄️ Security
The API security is provided by the use of secret key is used to sign requests. A request signature has to be validated on your server, and an error should be returned in case it does not match.
📄️ Balance request
The request is made when the user enters the system.
📄️ Money withdrawal request
A request to withdraw money from the user is executed when the player:
📄️ Money deposit request
A request to deposit money to the user's account is made when the player:
📄️ Rollback transaction request
A request to rollback the transaction is executed when:
📄️ Response error codes
errorCodeerrorDescription