> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/component-basics/marketplace-components/stripe/marketplace-payments.md).

# Stripe Connect Marketplace

*Skill Level: Intermediate*

## Before You Begin

* Ensure you have created a [Stripe](https://stripe.com) account, added your business information and bank account information, and completed any required verification.

### Intro to Marketplace Payments&#x20;

With Adalo, you can create a marketplace where a Merchant can post their ***Physical products or services*** for sale, and consumers can purchase them.

With Marketplace Payments, you can ensure that when a consumer makes a purchase, the transaction amount is deposited direction (and automatically) into the Merchant's Stripe account, so that they receive their funds immediately and you don't have to deal with the headache of managing Merchant payouts.

Optionally, you can choose to charge a platform fee on any transaction that will be deducted from the total transaction amount and deposited into your Stripe Account before the remaining amount of the transaction is transferred to the Merchant's account.

There are three steps to setting up Merchant Payments in your App:

1. Set up your Stripe Account for Connect
2. Allow Merchants to Connect their Stripe Account to your app
3. Configure Stripe Connect Component
4. Configure Stripe Marketplace Payment Component

{% content-ref url="/spaces/-LhGHkPsv15svPIU5I7C/pages/BJerRfuhsH3ebLETTEuc" %}
[Set up your Stripe Account for Stripe Connect](/component-basics/marketplace-components/stripe/marketplace-payments/set-up-your-stripe-account-for-stripe-connect.md)
{% endcontent-ref %}

{% content-ref url="/spaces/-LhGHkPsv15svPIU5I7C/pages/vDZOSG7SeAZ7YpGc3Kn7" %}
[Allow Merchants to Connect their Stripe Account to your App](/component-basics/marketplace-components/stripe/marketplace-payments/allow-merchants-to-connect-their-stripe-account-to-your-app.md)
{% endcontent-ref %}

{% content-ref url="/spaces/-LhGHkPsv15svPIU5I7C/pages/KiRIM6AqD0FyjFk9AKzo" %}
[Stripe Connect](/component-basics/marketplace-components/stripe/marketplace-payments/set-up-your-stripe-account-for-stripe-connect-1.md)
{% endcontent-ref %}

{% content-ref url="/spaces/-LhGHkPsv15svPIU5I7C/pages/CAtsdknJ4rNLcp1P8H5p" %}
[Stripe Marketplace Payment](/component-basics/marketplace-components/stripe/marketplace-payments/adding-payments-using-stripe.md)
{% endcontent-ref %}


---

# 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://help.adalo.com/component-basics/marketplace-components/stripe/marketplace-payments.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.
