credits_checkout
Create a Stripe checkout session to buy a credit bundle and receive a checkout URL for browser payment. Choose from starter, growth, or scale bundles.
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 |