What problem does it solve? Choosing the right Stripe APIs and avoiding deprecated patterns is difficult because Stripe's surface spans payments, subscriptions, Connect platforms, tax, and Treasury. This Skill routes each integration question to the correct modern API and flags common traps before they reach production. ## Core Features & Use Cases - Integration Routing: Maps your goal (one-time payments, subscriptions, marketplaces, tax, embedded banking) to the recommended API such as Checkout Sessions, Accounts v2, or v2 Financial Accounts. - Deprecated API Guardrails: Steers you away from the Charges API, Sources API, Card Element, and legacy Connect account types, with migration paths to modern equivalents. - Security Best Practices: Covers restricted API keys, webhook signature verification, OAuth CSRF protection, and incident response for compromised keys. - Use Case: When building a SaaS checkout flow, ask which API to use and receive a recommendation for Checkout Sessions with dynamic payment methods, plus correct subscription and tax configuration. ## Quick Start Ask the assistant to design a Stripe integration for accepting subscription payments on your website and review the recommended approach.