| Create New Account |
/api/createnewaccount.php |
vendor_id, user_id |
status |
Link |
Creates a new wallet account |
| Verification |
/api/verification.php |
vendor_id, user_id |
current_balance |
Link |
Checks for account then returns balance |
| Deposit |
/api/deposit.php |
vendor_id, user_id, deposit |
status, balance |
Link |
Adds funds to player account |
| Start Game Cycle |
/api/startgamecycle.php |
All game info |
status, funds_start |
Link |
Start Game Cycle |
| Money Transaction |
/api/moneytransaction.php |
All game info |
status |
Link |
Log Game Result and Win amounts |
| End Game Cycle |
/api/endgamecycle.php |
All game info |
status, funds_end |
Link |
End Game Cycle |
| Void Transaction |
/api/voidtransaction.php |
vendor_id, user_id, rgs_round_id |
status, funds_end |
Link |
Voids transaction |
| Delete Account |
/api/deleteaccount.php |
vendor_id, user_id |
status |
Link |
Deletes Account from all databases |
| Reset Account |
/api/resetaccount.php |
vendor_id, user_id |
status |
Link |
Reset Account to zero balance |