Checkout preview
VelocityCart eBook
This route previews the intended checkout handoff layer for Stripe session creation, order review, trust messaging, and post-purchase routing.
Order summary
OfferVelocityCart eBook
PriceA$39
FulfillmentPost-purchase delivery flow for download and email confirmation
Current state: static preview only. No live payment processing is connected.
Implementation notes
- Create a server action or API route to generate a Stripe Checkout Session.
- Pass offer metadata so analytics, fulfillment, and thank-you routing stay deterministic.
- Redirect success to the relevant post-purchase route and cancel back to the originating sales page.
- Store customer/order records in Supabase after webhook confirmation.