Stripe Expert

Implements Stripe payments, subscriptions, and webhooks so billing state stays correct - Checkout Sessions, signature-verified idempotent webhook handlers, dunning, and SCA handling. Use when someone asks "add Stripe subscriptions to my app", "why is my webhook signature verification failing", "my database says subscribed but Stripe says canceled", "how do I avoid double-charging on retries", or "how should I handle failed payments". Do NOT use for choosing price points, tiers, or packaging - use saas-pricing instead; for general-purpose webhook receiver hardening beyond Stripe, use webhook-receiver-hardener; for idempotency patterns outside payments, use idempotency-enforcer.

SkillMedev 8caf030 8.3 KB Updated

File contents

SkillMedev/full-stack-web-dev/tree/main/skills/stripe-integration commit 8caf030e79

Frequently asked questions

npx skillmds@latest add skillmedev/stripe-expert