Order summary

OfferVelocityCart Subscription
PriceA$19/mo
FulfillmentMembership onboarding and recurring billing flow preview

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.