Purpose:
It allow to debit/remove money from an account, for using this command you must be a cashier. It is the equivalent to do it in the cashier console.
If the target server is in clan, it will impact the clan, as it will order an resynchronization prior to add the cash, if the account is in use in other server, it can deny the access to the account, an error will pop.
The transaction is registered in the cashier history as using the normal the cashier console.
Minimum version for the target server required: v17.3.3.
Input parameters:
- CommandClass =_REMCASHASCASHIER
- Param1 = target CyberName.
- Param2 = Session Token.
- Param3 = AccountName.
- Param4 = Money ammount.
Output:
[{“ResponseClass”: “ERROR”, “Param1”: “message”, … }]
[{“ResponseClass”: “OK”,”Param1″:”AccountName”,”Param2″:”New total ammount in the targeted account”}]
Example of usage:
The above example will remove 10 cents to the account “Juan” if you are correcly log in and has cashier privileges.