laravel-stripe-connect

Integrate Stripe Connect into Laravel for marketplace payments and seller onboarding.

22|3|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/fusengine/agents --skill laravel-stripe-connect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-stripe-connect
Source: https://github.com/fusengine/agents/tree/main/plugins/laravel-expert/skills/laravel-stripe-connect
Command: npx skills add https://github.com/fusengine/agents --skill laravel-stripe-connect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables the creation of robust marketplaces and platforms by integrating Stripe Connect, simplifying complex payment flows, seller onboarding, and payout management.

Core Features & Use Cases

  • Marketplace Payments: Facilitate payments between buyers and sellers, handling commissions and payouts.
  • Seller Onboarding: Streamline the KYC and verification process for sellers using Stripe Express.
  • Flexible Payment Flows: Support direct charges, destination charges, and separate charges with transfers.
  • Use Case: Launch an e-commerce platform where independent vendors can easily sign up, list products, and receive payments directly, with your platform taking a commission on each sale.

Quick Start

Use the laravel-stripe-connect skill to create a new Stripe Express account for a seller.

Frequently Asked Questions about laravel-stripe-connect

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

FAQPage Schema
How do I build a multi-vendor marketplace with Stripe Connect in Laravel?

Build a marketplace in Laravel by integrating Stripe Connect to manage seller onboarding, process destination charges, collect application fees, and automate vendor payouts.

How does Stripe Express onboarding work for Laravel marketplace sellers?

Stripe Express onboarding streamlines the KYC and verification process for Laravel marketplace sellers, allowing vendors to easily sign up and create connected Stripe accounts directly through your platform.

Do I need the stripe-php SDK to integrate Stripe Connect with Laravel?

Yes, integrating Stripe Connect into Laravel requires the stripe-php SDK and adherence to Stripe's Connect best practices to ensure proper compliance and security for your payment platform.

What payment flows can I use for Laravel marketplace payouts?

Laravel marketplace payouts support flexible payment flows including direct charges, destination charges, and separate charges with transfers, allowing your platform to facilitate payments while taking a commission on each sale.

When should I use destination charges vs separate charges in a Laravel marketplace?

Use destination charges to route payments directly to sellers while your platform acts as the merchant of record, or choose separate charges with transfers when you need more granular control over the timing and routing of funds.