connect-required-verification-information

Fetches and renders Stripe Connect account verification requirements via docs API endpoints.

Updated Sep 8, 2026
One-click install
npx skills add https://github.com/FarooqProProgrammer/the-magician --skill connect-required-verification-information-farooqproprogrammer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: connect-required-verification-information
Source: https://github.com/FarooqProProgrammer/the-magician/tree/main/agent/skills/connect-required-verification-information
Command: npx skills add https://github.com/FarooqProProgrammer/the-magician --skill connect-required-verification-information-farooqproprogrammer

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about connect-required-verification-information

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find Stripe Connect verification requirements for a connected account?▼

Provide your API version, platform country, account country, dashboard type, service agreement, business type, and capabilities. The Skill validates each choice against Stripe's docs endpoints and returns tables of required fields, verification details, and enforcement actions.

How do I compare verification requirements between two Stripe Connect setups?▼

Describe both setups, such as updating from one account country or capability set to another. The Skill validates setup A and setup B independently, then calls the requirements endpoint with both configuration keys to produce a diffable comparison.

Does Stripe Connect v2 support all v1 capabilities?▼

No. When apiVersion is v2, capabilities are filtered against the get-v2-supported-v1-capabilities endpoint, and unsupported options like paypal_payments are removed. The Skill explains any unavailable capability and offers switching to v1 or choosing a supported alternative.

Why is a capability unavailable for my Stripe Connect account setup?▼

Capabilities depend on account country, service agreement type, and API version. For example, recipient service agreements force the transfers capability, and v2 accounts drop unsupported capabilities. The Skill explains the conflict and asks you to revise the setup.

What happens if a connected account does not provide required verification information?▼

Each requirement carries enforcement limits for capabilities, payments, and payouts. The Skill renders these as enforcement actions, such as pausing payouts after a time or amount threshold, with immediate effects when limits are zero or negative.