Create Deposit (Stripe)
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 Stripe Checkout session for a deposit and returns its URL.
Superseded before it was switched off: the provider-neutral Create Deposit replaced it so the platform, not the game graph, decides which processor is in use.
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 Checkout in a new tab as soon as the session exists. |
Outputs
Result
| Data | Description |
|---|---|
| Checkout URL (string) | The Stripe Checkout URL. |
| Is Successful (boolean) | True when the call succeeded. |
Events
| Signal | Description |
|---|---|
| Done | Sent when the node has finished, on success and on failure alike. |