> For the complete documentation index, see [llms.txt](https://cranford-tech.gitbook.io/stripe-connect-marketplace/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cranford-tech.gitbook.io/stripe-connect-marketplace/common-payment-flows/delayed-payments-escrow-like.md).

# Delayed Payments (escrow-like)

***Note:** Escrow has a precise legal definition and Stripe does **not** support escrow accounts. However, there are several methods you can use that allow you to implement escrow-like payment flows.*

Sometimes you won't want to transfer funds directly to the merchant straight away. For example, in a services marketplace like **Upwork** or **Fiver**, you may only want the merchant to get the funds once they've successfully delivered a service.

{% hint style="info" %}
You can read our full guide to delayed marketplace payments [here](https://forum.bubble.io/t/a-guide-to-delayed-marketplace-payments-like-upwork-or-fiverr-with-bubble-and-stripe-connect/332060/).
{% endhint %}

There are three ways to achieve this with the Stripe Connect - Marketplace plugin:

1. Manual payouts
2. Authorize and capture method
3. Separate charge and transfer method

### Video tutorials

The below video tutorial outlines how to implement manual payouts:

{% embed url="<https://www.youtube.com/watch?v=cn2PHfTkA8Y>" %}

The below video tutorial outlines how to implement the 'Authorize and Capture' and 'Separate Charge and Transfer' approaches:

{% embed url="<https://www.youtube.com/watch?v=JbbmHLLHHqo>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cranford-tech.gitbook.io/stripe-connect-marketplace/common-payment-flows/delayed-payments-escrow-like.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
