What problem does it solve? Building payment infrastructure from scratch is error-prone and time-consuming. This Skill provides ready-to-adapt code patterns for adding Stripe billing to Next.js and Expo apps, covering checkout, webhooks, customer portals, and usage-based billing without reinventing each integration piece. ## Core Features & Use Cases - Subscription Checkout: Create Stripe checkout sessions with customer management, pricing plans, and a React subscription component for Next.js. - Webhook Handling: Process Stripe events like checkout completion, subscription changes, and payment success or failure with signature verification. - Customer Portal & Mobile Payments: Add a self-service billing portal and Expo payment sheet integration using @stripe/stripe-react-native. - Use Case: You are building a SaaS product with tiered pricing. Use this Skill to scaffold the checkout API, webhook handlers, and subscription status dashboard so users can subscribe, manage, and cancel plans. ## Quick Start Ask the AI to integrate Stripe subscription checkout with webhooks and a customer portal into your Next.js application.