Stripe Handler

Handle Stripe payments, webhooks, and subscriptions. Use when this capability is needed.

tomevault-io 288f944 2 files · 1.2 KB Updated

File contents

Stripe Handler

Instructions

  • Use src/lib/stripe.ts for Stripe instance.
  • Webhooks are handled in src/app/api/webhooks/stripe/route.ts (Scaffold provided).
  • Implement your logic in the StripeWebhookHandler class in the route file.
  • Use stripe CLI for testing webhooks locally.

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/indie-kit--nextjs-saas-starter--stripe-handler commit 288f944786

Frequently asked questions

npx skillmds@latest add tomevault-io/stripe-handler