What problem does it solve? Stripe integrations fail in predictable ways: deprecated APIs get recommended, automatic_tax silently collects nothing without a registration, payment_method_types get hardcoded and hurt conversion, and webhooks get skipped. This Skill routes every Stripe question to current best practices and v2 APIs so integrations are built correctly the first time. ## Core Features & Use Cases - Integration Routing: Maps your use case (one-time payments, subscriptions, marketplaces, tax, embedded finance) to the correct modern Stripe API, such as Checkout Sessions, Accounts v2, or Metronome. - Domain References: Provides in-depth guidance for payments, Connect platforms, billing/subscriptions, Stripe Tax, Treasury financial accounts, and security (restricted keys, webhooks, OAuth, CSP). - Deprecated API Guardrails: Blocks legacy patterns like the Charges API, Sources API, v1 Connect account types, and global API key configuration, with migration paths to current APIs. - Use Case: When building a marketplace, the Skill directs you to Accounts v2 with destination charges, express dashboards, correct capability checks, and webhook-based fulfillment instead of deprecated v1 patterns. ## Quick Start Ask how to accept payments, set up subscriptions, create connected accounts, or collect sales tax with Stripe, and the Skill will recommend the correct current API and configuration.