create_billing_checkout
Create a Stripe Checkout session for your organization and receive a hosted payment URL to complete the purchase in the browser. Supports developer and pro plans.
Instructions
Create a Stripe Checkout session for the active organization and return its hosted checkout URL. The user completes the purchase in the browser; nothing is charged by this call itself. Requires an owner API key. plan defaults to developer; an unsupported plan fails with invalid_plan. Use get_billing_info to check the current plan and create_billing_portal to manage an existing subscription.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | Plan to purchase; defaults to developer. |