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 turns the responses into accurate, human-readable requirement tables. ## Core Features & Use Cases - Guided setup validation: Walks the user through a strict dependency chain (API version, platform country, account country, dashboard type, service agreement, business type, capabilities) using validated multiple-choice questions. - Requirements retrieval: Calls the get-requirements-for-setups endpoint plus supplemental website and MCC restriction endpoints to build complete requirement tables with enforcement actions. - Setup comparison: Supports comparing two account setups (A/B) to show what changes when updating from one configuration to another. - Use Case: A platform engineer asks what a French company account on a Canadian platform needs for card payments; the Skill validates the setup and returns sectioned tables of currently due and eventually due requirements. ## Quick Start Ask what verification information a Stripe connected account needs for your platform country, account country, business type, and capabilities.