What problem does it solve?
Enables a user to install and operate a Stripe connector on their machine so they can authenticate to Stripe, query and manage payments, invoices, subscriptions, and customers, and test webhook workflows without manual API calls.
Core Features & Use Cases
- One-time CLI installation & auth: Guides users to install the Stripe CLI, complete the browser pairing flow, and verify authentication.
- Operational tasks: List, search, create, update, and retrieve customers; manage payment intents, charges, refunds; create and send invoices; create, update, and cancel subscriptions.
- Developer workflow support: Local webhook listening for testing, curl fallback for direct API access with secret keys, and clear guidance on test vs live modes.
- Use Case: Authenticate to Stripe in test mode, list the last 10 customers, create an invoice for a customer, and trigger a webhook locally to validate invoice-paid handling.
Quick Start
Ask the assistant to install the Stripe CLI, authenticate to your Stripe account, and list the most recent 10 customers.