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 guides an agent through a validated, dependency-aware question flow and calls Stripe's public docs endpoints to return accurate requirements.
Core Features & Use Cases
- Guided setup validation: Collects apiVersion, platformCountry, accountCountry, dashboardType, tosType, legalEntityType, businessStructure, capabilities, and optional ORR programs in dependency order, pre-validating every option against live API responses.
- Requirements retrieval: Calls get-requirements-for-setups plus supplemental website-requirements and MCC-restriction endpoints, then renders sectioned tables (Account, Company, Representative, Owners, etc.) with requirement, verification, and enforcement columns.
- Setup comparison: Supports A/B comparisons of two account setups and JSON summaries of currently_due versus eventually_due fields.
- Use Case: A platform engineer asks what a French company account on a Canadian platform needs for card_payments; the agent validates the setup, queries the endpoints, and returns the exact KYC fields and enforcement deadlines.
Quick Start
Ask the agent what verification information a Stripe Connect connected account needs for your platform country, account country, business type, and capabilities.