What problem does it solve? Integrating payment processing requires navigating PCI compliance, checkout flows, subscription billing, and webhook security, which is error-prone when built from scratch. This Skill provides tested implementation patterns for the full Stripe payment lifecycle. ## Core Features & Use Cases - Checkout & Payment Flows: Create hosted Checkout Sessions, embedded Payment Elements, and Payment Intents for one-time payments with proper error handling. - Subscriptions & Customer Management: Build recurring billing with products, prices, subscriptions, customer records, and self-service billing portals. - Secure Webhooks & Refunds: Verify webhook signatures, handle events idempotently, process refunds, and respond to disputes. - Use Case: A SaaS team needs to launch monthly subscriptions with SCA-compliant checkout for European customers. Use this Skill to create a subscription Checkout Session, set up a signed webhook endpoint for lifecycle events, and add a customer portal for plan management. ## Quick Start Ask the AI to create a Stripe checkout session for a monthly subscription with a secure webhook endpoint that handles payment success and failure events.