processing-stripe-payments
Installation
SKILL.md
Processing Stripe Payments
Stripe integration for payments, subscriptions, and webhook handling with production-first patterns.
Quick Start
1. Installation & Setup
npm install stripe @stripe/stripe-js
Environment Variables:
STRIPE_SECRET_KEY=sk_test_...
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_...
STRIPE_WEBHOOK_SECRET=whsec_...