Balance
Last updated
This method is called by THNDR to initialise or refresh the balance of a player in a game.
GET {operatorURL}/thndr/users/{userId}/balanceoperatorURL - Base URL of the Operator’s API.
userId - Player identifier on the Operator’s platform.
sessionId - The session ID provided by the operator during user authentication.
currency - Player's wallet currency (read more in Currencies).
{
"balance": 12050
}balance - Balance in the smallest unit of the currency (e.g., cents for USD, pence for GBP)
Verify the request signature using userId as the request payload. More in the Request Signing section.
Last updated