What problem does it solve? Choosing the wrong Stripe API or using deprecated patterns leads to rework, security risks, and lost conversion. This Skill routes every Stripe integration question to the correct current API and enforces critical rules like omitting payment_method_types and using restricted API keys. ## Core Features & Use Cases - Integration Routing: Maps your use case (one-time payments, subscriptions, marketplaces, tax, treasury) to the correct Stripe API via a decision table and detailed reference guides. - Connect Platform Guidance: Enforces Accounts v2 patterns, correct capability checks, dashboard defaults, and charge pattern selection for SaaS and marketplace models. - Security Best Practices: Covers restricted API keys, webhook signature verification, OAuth CSRF protection, and incident response for compromised keys. - Use Case: You are building a marketplace that pays out sellers. The Skill directs you to Accounts v2 with express dashboard, destination charges, and application_fee_amount, while warning against deprecated v1 account types. ## Quick Start Ask the agent to help you integrate Stripe subscriptions with a 14-day trial and automatic tax collection for your SaaS product.