Link Search Menu Expand Document

Using the Account Creation Utility

Create the first test account using the example in the SDK sample-account-client/create-account.js:

node ./create-account.js -s $secret -p $contentProviderId --countries IT --countries AT --countries US --currencies EUR -u "https://myawesomesite.com/client/launch.html?gameSession=&game_id=&currency=&lang=" -r 1.5 --countries-disabled RU

This call creates an account with the following properties:

Field NameDescriptionValue
–countriescountries in which games of this account should be availableIT, AT, US
-ulink template where platform will open the game 
–currenciescurrencies in which the games of this account can workEUR
–countries-disabledcountries in which games of this account should not be availableRU
-pprovided by TP of the platform contentProviderId 
-sprovided by TP of the platform secret 
-rcommission rate at which settlements between platform and provider will be carried out1.5%