# Multiprocessor payouts for marketplaces

Settle funds from other payment service providers (PSPs) to Stripe and send payouts to your connected accounts.

**Availability:**

- EU
- GB

Use multiprocessor payouts for marketplaces to accept direct settlement of funds from other payment service providers (PSPs) to Stripe by creating a holding [FinancialAccount](https://docs.stripe.com/api/v2/money-management/financial-accounts.md) for each provider. This lets you avoid holding or controlling your customers’ funds, keeps you out of the flow of funds, and helps you meet [regulatory licensing requirements](https://stripe.com/guides/what-platforms-and-marketplaces-can-expect-from-psd3). You can see your sources of funds and enable your sellers to receive a single payout instead of separate payouts from each provider.
![An overview of the process flow](https://docs.stripecdn.com/afac3faea12d9eca7e36f8a6244dbd15ca54095c4a8391ee2a6f13b2fe3dbb40.png)

### Request to join the preview for multiprocessor payouts for marketplaces.

Enter your email to request access.

```bash
curl https://docs.stripe.com/preview/register \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Referer: https://docs.stripe.com/connect/multiprocessor-payouts-marketplaces" \
  -d '{"email": "EMAIL", "preview": "multi_processor_payouts_marketplaces_preview"}'
```
