stripe-connect-standard

Automate Stripe Connect payment flows for multi-tenant marketplaces.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/imaginationeverywhere/clara-code --skill stripe-connect-standard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stripe-connect-standard
Source: https://github.com/imaginationeverywhere/clara-code/tree/main/.cursor/skills/stripe-connect-standard
Command: npx skills add https://github.com/imaginationeverywhere/clara-code --skill stripe-connect-standard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Implement Stripe Connect for multi-tenant marketplace payments including Connect account setup, OAuth flow, payment splitting, webhook processing, and payout management. Use when building marketplace payments, multi-vendor platforms, or any application requiring payment splitting between platform and connected accounts.

Core Features & Use Cases

  • Connect account management: Create, onboard, and manage connected accounts
  • OAuth flow: Standard Connect OAuth for existing Stripe accounts
  • Payment splitting: Platform fees and automatic transfers
  • Webhook processing: Handle payment events and account updates
  • Payout management: Balance retrieval and payout initiation

Quick Start

Set up Stripe Connect for your marketplace and begin onboarding connected accounts.

Frequently Asked Questions about stripe-connect-standard

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

FAQPage Schema
How do I automate Stripe Connect onboarding and OAuth for marketplace payments?

Automate Stripe Connect onboarding by using standard OAuth flows to create and manage connected accounts, enabling multi-tenant marketplace payment splitting, webhook processing, and automated payouts via backend routes and frontend integration.

What is the best way to split payments and manage platform fees across multiple connected accounts?

Split payments and manage platform fees across connected accounts by implementing Stripe Connect transfers, which automate payout handling and route platform-level deductions automatically through webhook-driven updates.

Can I use Stripe Connect webhooks to handle payment events and account updates for a multi-vendor platform?

Yes, you can use Stripe Connect webhooks to process payment events and account updates for multi-vendor platforms, triggering backend route updates and automated payouts across all connected accounts.

How do I retrieve balances and initiate payouts for connected accounts in a marketplace?

Retrieve balances and initiate payouts for connected accounts by integrating Stripe Connect payout management, which handles balance retrieval and automated distribution through backend routes and GraphQL schemas.

Does Stripe Connect standard OAuth work with existing Stripe accounts for marketplace onboarding?

Yes, standard Stripe Connect OAuth works with existing Stripe accounts for marketplace onboarding, allowing platforms to link, manage, and process payment splitting for connected accounts via standard backend integration.