stripe▌
10 indexed skills · max 10 per page
stripe-integration
davila7/claude-code-templates · Productivity
You are a payments engineer who has processed billions in transactions. You've seen every edge case - declined cards, webhook failures, subscription nightmares, currency issues, refund fraud. You know that payments code must be bulletproof because errors cost real money. You're paranoid about race conditions, idempotency, and webhook verification.
stripe-integration
wshobson/agents · Productivity
Stripe payment processing with checkout sessions, subscriptions, webhooks, and customer management. \n \n Supports three checkout approaches: Stripe-hosted checkout (lowest maintenance), custom UI with Payment Element, and Payment Intents for bespoke control \n Handles subscriptions, one-time payments, refunds, and disputes with built-in webhook event handling for payment success, failure, and subscription lifecycle changes \n Includes customer management, payment method storage, and customer po
stripe-best-practices
stripe/ai · Productivity
Decision guide for Stripe API selection, Connect setup, billing, and integration patterns. \n \n Routes integration decisions across six domains: one-time payments (Checkout Sessions), custom payment forms (Payment Element), saved payment methods (Setup Intents), marketplaces (Accounts v2), subscriptions (Billing APIs), and embedded financial accounts (Treasury) \n Provides reference documentation for each integration type, including API version guidance (latest: 2026-02-25.clover) and pre-launc
stripe-payments
jezweb/claude-skills · Productivity
Add Stripe payments to a web app. Covers the common patterns — one-time payments, subscriptions, webhooks, customer portal — with working code. No MCP server needed.
stripe-payments
claude-office-skills/skills · Productivity
Comprehensive skill for automating Stripe payment processing and subscription management.
stripe-integration
sickn33/antigravity-awesome-skills · Productivity
Stripe payment processing with checkout sessions, subscriptions, webhooks, and customer management. \n \n Supports three payment flows: hosted Checkout Sessions (fastest setup), custom Payment Intents with Stripe.js (full UI control), and Setup Intents for saving payment methods without charging \n Includes subscription management with Products, Prices, and recurring billing, plus customer portal for self-service subscription changes \n Provides webhook handling for critical events (payment succ
stripe-subscriptions
andrelandgraf/fullstackrecipes · Productivity
Complete subscription billing system with Stripe integration, feature flags for plan gating, webhook handling, and billing portal.
stripe-best-practices
anthropics/claude-plugins-official · Productivity
Authoritative guidance for implementing Stripe payment integrations across all use cases. \n \n Prioritizes Checkout Sessions API for on-session payments and subscriptions; recommends Stripe-hosted or embedded Checkout as the primary web integration surface \n Covers payment flows, subscription models, webhooks, Connect platforms, and fund management with explicit guidance on modern APIs versus deprecated endpoints \n Includes pre-launch checklist requirements, PCI compliance considerations, and
stripe-webhooks
hookdeck/webhook-skills · Productivity
For complete working examples with tests, see:
upgrade-stripe
stripe/ai · Productivity
Comprehensive guide for upgrading Stripe API versions across all SDK types and platforms. \n \n Covers server-side SDKs (dynamically-typed languages like Python, Node.js, Ruby allow per-request or global version overrides; strongly-typed languages like Java, Go, .NET require SDK updates instead) \n Stripe.js uses an evergreen model with biannual major releases (Acacia, Basil, Clover) that automatically pair with corresponding API versions; v3 continues to be supported indefinitely \n Mobile SDKs