> 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/legacy-stripe-components-deprecated/marketplace-payments.md).

# Marketplace Payments

{% tabs %}
{% tab title="Intro to Marketplace Payments " %}
With Adalo, you can create a marketplace where merchant can post their 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 Stripe Connect](/component-basics/marketplace-components/stripe/legacy-stripe-components-deprecated/marketplace-payments/set-up-your-stripe-account-for-stripe-connect.md)
2. [Allow Merchants to Connect their Stripe Account to your App](/component-basics/marketplace-components/stripe/legacy-stripe-components-deprecated/marketplace-payments/allow-merchants-to-connect-their-stripe-account-to-your-app.md)
3. [Configure the Consumer Payments to go to the Merchants' Accounts](/component-basics/marketplace-components/stripe/legacy-stripe-components-deprecated/marketplace-payments/configure-consumer-payment-to-go-to-merchants-accounts.md)
   {% endtab %}
   {% endtabs %}

### Guides Include:&#x20;

{% content-ref url="/pages/-MTGKvK7cb1OIQLMcj76" %}
[Digital Purchases for In-App Purchases](/component-basics/marketplace-components/single-use-in-app-purchases.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MIb0DwpPWsYd-yOGhOh" %}
[Sign in with Google](/component-basics/marketplace-components/sign-in-with-google.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MJmdZWk4HsVRtF1ayp9" %}
[Sign in with Apple](/component-basics/marketplace-components/sign-in-with-apple.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, and the optional `goal` query parameter:

```
GET https://help.adalo.com/component-basics/marketplace-components/stripe/legacy-stripe-components-deprecated/marketplace-payments.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
