What problem does it solve? Determining which verification fields, documents, and business details a Stripe Connect connected account must provide is complex because requirements vary by platform country, account country, dashboard type, service agreement, business type, and capabilities. This Skill queries Stripe's public documentation endpoints to return accurate, validated requirement tables instead of guesswork. ## Core Features & Use Cases - Guided Setup Validation: Walks the user through a dependency-ordered flow (API version, platform country, account country, dashboard type, service agreement, business type, capabilities) using multiple-choice questions, validating every option against live API responses. - Requirements Retrieval: Calls get-requirements-for-setups and renders sectioned tables (Account, Company, Representative, Owners, etc.) with requirement fields, verification notes, and enforcement actions. - Setup Comparison: Supports A/B comparison of two account configurations, including ORR program (e.g., EU 2025) updates, plus supplemental website and MCC restriction tables per capability. - Use Case: A platform engineer onboarding a French company account from a Canadian platform asks what verification information is needed for card_payments; the Skill validates the setup and returns the exact required fields with enforcement deadlines. ## Quick Start Ask what verification information a Stripe connected account needs for your platform country, account country, business type, and capabilities.