BlogsStripeFund Segregation in Stripe Connect

Fund Segregation in Stripe Connect

Fund Segregation in Stripe Connect

5
posts
2025–2026

This feature thread tracks Stripe's advancements in Stripe Connect, focusing on robust financial management and regulatory compliance for platforms. The initial post introduced fund segregation within Stripe Connect, a critical capability for platforms to ring-fence seller funds from their own operational balances. This is achieved through the implementation of allocated balances, ensuring compliance with evolving regulations like PSD3 and enhancing financial security for both platforms and their users. This post details how marketplaces can leverage Stripe Connect to implement various monetization strategies, including transaction fees, usage-based billing, and automated invoicing, providing code examples for each.

2026

Keeping funds where they belong: Implementing fund segregation in Stripe Connect

7/2/2026

This post details the implementation of fund segregation in Stripe Connect using allocated balances. It covers the technical aspects of payment creation, transfers, refunds, and dispute handling within this segregated fund model, emphasizing compliance with regulations like PSD3 and enhancing financial security.

2025

Marketplace monetization with Stripe

9/4/2025

This post details how marketplaces can leverage Stripe Connect to implement various monetization strategies, including transaction fees, usage-based billing, and automated invoicing, providing code examples for each.

Stripe for marketplaces: Mapping commercial relationships in code

7/3/2025

This post details how to map commercial relationships in code for marketplaces using Stripe Connect. It explains how to configure fund flows, onboard merchants, and manage payments by leveraging Stripe Connect's capabilities, building upon the existing foundation of fund segregation and allocated balances.

Using Connect embedded components to streamline your Connect onboarding flow

7/2/2025

This post introduces the use of Connect embedded components to streamline the Stripe Connect onboarding flow. It allows platforms to keep users on their own sites while collecting requirements and enabling payments, thereby simplifying the onboarding process and potentially integrating with fund segregation mechanisms.

How to easily charge customers across accounts in an organization

5/7/2025

This post introduces a new capability for charging customers across accounts within an organization. It details how Stripe Connect can be leveraged to draw funds from a central account to pay for services rendered to individual sub-accounts, simplifying complex billing scenarios for enterprise clients. This is achieved through the use of the `transfer_data[destination]` parameter when creating charges, allowing the charge to be associated with a specific connected account while the funds are debited from a different account within the same organization.