Player is defined on the agent’s side. It is highly recommended to use the playerId to reference the same player on the MG+ platform.
Create Player [Optional]
Create player is an optional operation. If the player is not created the on MG+ platform in advance, it will be automatically created on the first transaction made for them.
Get Player Details (Including Balance)
Perform the following request to get the player details. In order to get a player’s current balance, pass balance in the properties request parameter. The API will return the requested player's balance with a breakdown by various products.
Lock/Unlock Player
On the MG+ platform, there is an option to lock or unlock a player. This operation applies platform-wide across all products.
By using the isLock field in the request body, you can specify the player’s account status. When a player is locked, it prevents them from opening any further games. Any game sessions opened before the status change will remain active.