Withdraw Balance
Deprecated
Deposits and withdrawals are switched off platform-wide. The underlying platform functions refuse to run and the permissions behind them have been revoked, so this node cannot succeed — it is kept only so existing projects still load. To give a player play money, set it on the player with Create New Player or Update Player.
Files a withdrawal request against a player's balance on the XGENIA RGS platform.
Withdrawals were request-only: the balance was debited and a Pending withdrawal recorded for an operator to settle. No money left the platform from here.
Inputs
Actions
| Signal | Description |
|---|---|
| Do | Runs the node. |
General
| Data | Description |
|---|---|
| Player ID (string) | The player to debit. |
| Withdraw Amount (number) | Amount to withdraw, in minor units. |
Outputs
Result
| Data | Description |
|---|---|
| Is Successful (boolean) | True when the call succeeded. |
Events
| Signal | Description |
|---|---|
| Done | Sent when the node has finished, on success and on failure alike. |