For all wallet transactions, MG+ uses the following four methods:
Login
Used to log in players, called at the start of game launch.
Getbalance
Used to return the player’s current balance. This can be called at any time during game play.
Updatebalance
Used to update the player’s wallet for gameplay (online) and for promotion cash payouts (offline). txnType is either DEBIT or CREDIT. The txnEventType defines which event the balance update is coming from.
Rollback
Used as a mechanism to rollback a transaction.
Monitor
Enables MG+ to detect any network issues between MG+ and the operators' application.