Create Deposit
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.
Opens a deposit with the platform-configured payment provider and returns where to pay.
Provider-neutral: depending on how the platform was configured the same node returned either a hosted payment page to send the player to, or — for the self-custody crypto rail — a deposit address, token amount, token symbol and network.
Inputs
Actions
| Signal | Description |
|---|---|
| Do | Runs the node. |
General
| Data | Description |
|---|---|
| Player ID (string) | The player the deposit is for. |
| Amount (number) | Amount to deposit, in minor units. |
| Open Automatically (boolean) | Open the payment page in a new tab as soon as it is ready. |
Outputs
Result
| Data | Description |
|---|---|
| Payment URL (string) | Hosted payment page for the player. |
| Is Successful (boolean) | True when the call succeeded. |
Crypto
| Data | Description |
|---|---|
| Deposit Address (string) | Crypto rail only: the address to send funds to. |
| Token Amount (string) | Crypto rail only: how much of the token to send. |
| Token (string) | Crypto rail only: which token. |
| Network (string) | Crypto rail only: which network. |
Events
| Signal | Description |
|---|---|
| Done | Sent when the node has finished, on success and on failure alike. |