Stripe Claude Plugin
Back to directory
Stripe logo

Stripe

Finance 35,713 installs Apr 22, 2026

The Stripe plugin connects Claude to your Stripe account so the assistant can call Stripe APIs, read test-mode objects, and generate runnable code snippets that match your live setup. It creates and updates customers, PaymentIntents, Checkout sessions, subscriptions, invoices, refunds, and Connect accounts. It reads webhook endpoints, verifies signatures, and can replay test events so you can validate your event handlers without flipping between the code editor and the Dashboard.

When you ask for example code the plugin returns SDK-ready samples (Node, Python, Ruby) that include keys, parameter shapes, and error handling. It inspects recent logs, pulls specific events, and maps them to the handlers you already have. It checks API versions and suggests the correct request format for the version your account uses, and can generate curl commands or test fixtures for unit and integration tests.

Imagine implementing subscription proration and webhook-driven invoice logic: the assistant pulls a recent invoice event, verifies the signature, generates a tested handler that updates your database and retries failed payments, and provides a curl command to replay the exact event. That saves you from switching to the Stripe Dashboard, reading scattered docs, and guessing at request formats while you code and test.

Install

/plugin install stripe@claude-plugins-official

Tags

stripe
payments
subscriptions
checkout
webhooks