configure_auto_recharge
Enable or disable automatic wallet top-ups. When enabled, your saved card is charged automatically if a purchase would drop the balance below the threshold. Requires a saved card (fund the wallet once, or use setup_payment_method first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Your vm_live_ API key | |
| enabled | Yes | Turn auto-recharge on or off | |
| threshold_cents | No | Recharge when the balance would drop below this (integer cents) | |
| recharge_amount_cents | No | Amount to recharge each time (integer cents) |