STRIPE logo

stripe

Accept payments, manage subscriptions, handle every webhook.

$ npx docs2skills add stripe
SKILL.md

Everything you need to integrate Stripe into your application — checkout sessions, subscriptions, webhook handling, customer portal, usage-based billing, and error recovery.

When to Use This Skill

Use this skill when adding payment processing, subscriptions, or billing to any web application.

  • One-time payments with Checkout Sessions
  • Recurring subscriptions with Stripe Billing
  • Webhook handling for payment events
  • Customer Portal for self-service billing
  • Usage-based and metered billing

Core Capabilities

Covers the most common Stripe integration patterns.

  • Creating and managing Checkout Sessions
  • Subscription lifecycle (create, upgrade, cancel, resume)
  • Webhook signature verification and event routing
  • Customer Portal configuration
  • Idempotent API calls for reliability
  • Error handling and retry strategies