credits_checkout
Creates a Stripe checkout session for purchasing credit bundles. Choose from starter, growth, or scale to get a checkout URL for payment.
Instructions
Create a Stripe checkout session to purchase a credit bundle.
Returns a checkout_url to open in the browser to complete payment. Valid bundles: "starter", "growth", "scale".
Args: bundle: The bundle ID to purchase — "starter", "growth", or "scale" return_url: URL to redirect to after payment (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundle | Yes | ||
| return_url | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |