conductorv2
Plugins/Finance

Stripe

Payments, customers, subscriptions, and refunds.

requires credentials9 tools

Query your Stripe account from your AI. Look up customers, view payment intents, manage subscriptions, issue refunds, and check balance.

Credentials

NameLabelRequired
STRIPE_SECRET_KEYStripe Secret Keyrequired

Setup

terminal
# Use your Stripe test key during setup, switch to live key for production.
conductor plugins setup stripe

Tools

ToolDescriptionApproval
stripe_customersList or search customers
stripe_customerGet a customer by ID
stripe_paymentsList recent payment intents
stripe_paymentGet a single payment intent
stripe_subscriptionsList subscriptions
stripe_subscriptionGet subscription details
stripe_refundIssue a refundrequired
stripe_balanceGet account balance
stripe_invoiceGet an invoice by ID

Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.

Example Prompts

Look up the customer with email sarah@example.com

stripe_customers

Issue a full refund for charge ch_123

stripe_refund

What's the current account balance?

stripe_balance