Loading...
Loading...
Implement Stripe payment processing, subscription management, webhook handling, and customer management in Next.js and NestJS applications
npx skill4agent add shipshitdev/library stripe-implementernpm install stripe @stripe/stripe-jsSTRIPE_SECRET_KEY=sk_test_...
STRIPE_PUBLISHABLE_KEY=pk_test_...
STRIPE_WEBHOOK_SECRET=whsec_...payment_intent.succeededpayment_intent.payment_failedcustomer.subscription.created/updated/deletedinvoice.payment_succeeded/failedstripe listen --forward-to localhost:3000/api/webhooks/stripe