What problem does it solve? Stripe integrations fail in predictable ways: deprecated APIs, missing webhook handlers, silent zero-tax collection, and wrong Connect account configurations. This Skill routes every Stripe question to the correct current API and enforces the critical rules that prevent the most common integration mistakes. ## Core Features & Use Cases - Integration Routing: Maps your use case (one-time payments, subscriptions, marketplaces, usage-based billing, tax compliance, embedded finance) to the correct Stripe API, such as Checkout Sessions, Accounts v2, or Metronome. - Critical Rule Enforcement: Blocks deprecated patterns like the Charges API, payment_method_types hardcoding, v1 Connect account types, and global API key configuration. - 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 and need to onboard sellers. The Skill directs you to Accounts v2 with dashboard: "express", destination charges, and the correct capability checks instead of deprecated v1 account types. ## Quick Start Ask how to accept subscription payments with Stripe and collect sales tax for EU customers.