Real Stripe checkout ships in launch. Server-side session creation and webhook scaffolding are in the codebase (see src/routes/api/public/stripe.webhook.ts). Add STRIPE_SECRET_KEY and STRIPE_WEBHOOK_SECRET in Project Settings → Secrets to activate live payments. Entitlements are stored in the subscriptions table and are provider-agnostic (Stripe / Apple / Google can grant the same access).