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 docs endpoints and renders the exact requirements for any validated setup. ## 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 and rendering: Calls the get-requirements-for-setups endpoint and transforms the response into per-section tables (Account, Company, Representative, Owners, etc.) with requirement fields, verification guidance, and enforcement actions. - Setup comparison and supplemental checks: Supports A/B comparison of two setups, JSON summaries of currently due versus eventually due fields, and 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 and documents. ## Quick Start Ask what verification information a Stripe connected account needs for your platform country, account country, business type, and capabilities.