create_checkout_session
Creates a Stripe checkout session to subscribe a user to a plan and returns a payment URL.
Instructions
Create a Stripe checkout session to subscribe to a plan. Returns a URL the user should open in their browser to complete payment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| priceId | Yes | Stripe price ID from the get_plans tool |