What problem does it solve? Stripe integrations fail in predictable ways: deprecated APIs get used, webhooks get skipped, automatic_tax silently collects nothing, and Connect accounts get misconfigured. This Skill routes every Stripe question to the correct current API and enforces the critical rules that prevent these mistakes. ## Core Features & Use Cases - Integration Routing: Maps your use case (one-time payments, subscriptions, marketplaces, tax, Treasury) to the correct Stripe API, such as Checkout Sessions versus PaymentIntents or Accounts v2 for Connect. - Critical Rule Enforcement: Blocks common errors like passing payment_method_types, enabling automatic_tax without an active registration, using deprecated Charges/Sources APIs, or using global API key patterns. - Security Guidance: Covers restricted API keys, secrets vaults, webhook signature verification, CSP headers, OAuth state parameters, and incident response for compromised keys. - Use Case: You are building a marketplace with vendor payouts. The Skill directs you to Accounts v2 with express dashboard, destination charges, application_fee_amount, and the correct v2 capability checks before go-live. ## Quick Start Ask how to accept subscription payments with Stripe for a SaaS product and follow the routed guidance for Checkout Sessions, Billing APIs, webhooks, and tax setup.