Back to Plugins

Stripe

Stripe development plugin. Manage payments, webhooks, and integrate Stripe's API functionality including subscriptions, invoices, customers, and security features directly from Claude Code.

paymentsfintechapiintegrationofficial

Installation

claude plugins add stripe@claude-plugins-official

Configuration

{
  "enabledPlugins": {
    "stripe@claude-plugins-official": true
  }
}

Commands

stripe-testTest Stripe integration with test mode
stripe-webhookSet up and verify webhook handlers
stripe-productsManage products and prices
stripe-customersView and manage customer data

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
View source on GitHub