sitebay_account_create_checkout
Generate a Stripe checkout session to purchase SiteBay hosting plans for teams, specifying plan type, billing interval, and optional team ID.
Instructions
Create a Stripe checkout session for team billing.
Args: plan_name: Plan type ("starter", "business", "micro") interval: Billing interval ("month", "year") team_id: Optional team ID to purchase for
Returns: Stripe checkout URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_name | No | starter | |
| interval | No | month | |
| team_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |