Account: Start subscription
account_start_subscriptionReturn Stripe Checkout links (one-click hosted payment, no need to visit the website) to start or restore the paid subscription when the user is on trial, the trial expired or the subscription lapsed. Use after a subscribe result or when the user asks to subscribe/pay/upgrade before having a subscription. If the user already has an active Stripe subscription, use account_change_plan instead. Present monthly and annual options; default to the current plan unless the user chose another one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | Target plan: personal (1 account per provider), personal_plus (up to 10 accounts, several per provider allowed) or team (5 isolated users, extra seats available). | |
| interval | No | Billing interval. Annual = 10 monthly payments (2 months free). Defaults to the user's current interval. |