stripe-integration

Solid

Get paid from day one. Payments, subscriptions, billing portal, webhooks, metered billing, Stripe Connect. The complete guide to implementing Stripe correctly, including all the edge cases that will bite you at 3am. This isn't just API calls - it's the full payment system: handling failures, managing subscriptions, dealing with dunning, and keeping revenue flowing. Use when: stripe, payments, subscription, billing, checkout.

Web & Frontend 27,705 stars 2858 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Stripe Integration 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. ## Capabilities - stripe-payments - subscription-management - billing-portal - stripe-webhooks - checkout-sessions - payment-intents - stripe-connect - metered-billing - dunning-management - payment-failure-handling ## Requirements - supabase-backend ## Patterns ### Idempotency Key Everything Use idempotency keys on all payment operations to prevent duplicate charges ### Webhook State Machine Handle webhooks as state transitions, not triggers ### Test Mode Throughout Development Use Stripe test mode with real test cards for all development ## Anti-Patterns ### ❌ Trust the API Response ### ❌ Webhook Without Signature Verification ### ❌ Subscription Status Checks Without Refresh ## ⚠️ Sharp Edges | Issue | Severity | Solution | |-------|----------|----------| | Not verifying webhook signatures | critical | # Always verify signatures: | | JSON middleware parsing body before webhook can verify | critical | # Next.js App Router: | | Not using idempotency keys for payment operations | high | # Always use idempotency keys: | | Trusting API responses instead of webhooks for payment statu | critical | #...

Details

Author
davila7
Repository
davila7/claude-code-templates
Created
11 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category