Skip to main content

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

  1. In Stripe, open the API keys page.
  2. Copy your secret key.
  3. In BotDojo, open Integrations.
  4. In Agent Tools, find Stripe and click Connect.
  5. Paste the key into the Secret Key field.
  6. 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

References