wallet.deposit
Create a Stripe PaymentIntent to top up your wallet with credits. Returns a client_secret for completing payment via Stripe SDK. Min $5, max $10,000. Wallet is credited automatically on successful payment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency | No | Currency code (default: aud) | |
| amount_cents | Yes | Amount in cents to deposit (min 500 = $5.00) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount_cents | No | ||
| client_secret | No | Stripe client_secret for payment completion | |
| amount_formatted | No | ||
| payment_intent_id | No |