Seamless player balance callback

Returns players current balance.

Query string name
type (max)
description
mandatory
callerIdStringCaller authentication usernameY
callerPasswordStringCaller authentication passwordY
actionstringExternal service action [balance, credit, debit]Y
usernameStringUnique player id, user_username from getGame callY
session_idstring (32 - 40)Unique game session id generated by providerY
game_id_hashstringGame id, same as id used for game launch in getGameY
gamesession_idstring (255)Enable tracking the player game sessionsY
keystring (40)Request validation cache keyY

Request

GET

<REMOTE URL>/api/seamless/s2s/gh?callerId=danitestdev_s&callerPassword=7c222fb2927d828af22f592134e8932480637c0d&action=balance&username=946062&session_id=5abe10f0c71ae&game_id_hash=re_re-reactor&gamesession_id=re_924795-762e30b2ab6e3dd4fdf0-47477&key=ab900e2f21560e2314a92960ce657639bcc672a1

Response

{"status":"200","balance":"300.00"}