Stripe starter module
Checkout
Creates one-time and recurring Checkout sessions with trusted customer and product details.
- Files
- 3
- Lines
- 130
- Languages
- TypeScript + Markdown
Included files
This page lists paths and purposes, not source contents.
src/checkout/create-session-route.ts
Creates a Stripe-hosted Checkout Session for one trusted catalog product.
TypeScript
74 lines
src/checkout/create-usage-session-route.ts
Creates a Stripe-hosted Checkout Session that subscribes a customer to the metered price.
TypeScript
47 lines
src/checkout/SUCCESS_CANCEL.md
Create `/checkout/success` and `/checkout/cancel` in your Next.js app.
Markdown
9 lines
Questions about checkout
Is this a Stripe Checkout Next.js boilerplate?
It goes beyond a checkout button. The pack gives your agent the connected Next.js payment flow: Checkout sessions, verified webhooks, subscriptions, fulfillment, emails, verification, shared helpers, and setup notes.