Stripe
Connect Stripe to BotDojo so your agents can create and inspect customers, payments, subscriptions, invoices, and related billing objects.
Before You Start
You will need a Stripe secret key that starts with sk_.
warning
Use test keys in development and only use live keys when you actually want production billing behavior.
Connect Stripe In BotDojo
- In Stripe, open the API keys page.
- Copy your secret key.
- In BotDojo, open Integrations.
- In Agent Tools, find Stripe and click Connect.
- Paste the key into the Secret Key field.
- Click Connect.
What This Integration Supports
Major supported actions include:
- create and fetch customers
- create payment intents
- create products and prices
- create subscriptions and invoices
- list customers
- update customers
- create payment methods
- verify webhooks