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

# Marketplace支払い

{% tabs %}
{% tab title="マーケットプレイス支払いの概要" %}
Adaloを使用すると、商人が自分の商品やサービスを販売するマーケットプレイスを作成し、消費者がそれらを購入できます。

マーケットプレイス支払いを使用すると、消費者が購入を行った際に取引金額が直接（かつ自動的に）商人のStripeアカウントに入金されるため、商人がすぐに資金を受け取ることができ、商人の支払いを管理する頭痛の種となることを避けることができます。

任意で、取引ごとにプラットフォーム手数料を請求し、残高の取引金額から差し引かれ、残りの金額が商人のアカウントに振り込まれる前に、あなたのStripeアカウントに入金されるようにすることができます。

アプリ内でMerchant Paymentsを設定するための3つのステップがあります：

1. [Stripe ConnectのためのStripeアカウントを設定する](/ja/component-basics/marketplace-components/stripe/legacy-stripe-components-deprecated/marketplace-payments/set-up-your-stripe-account-for-stripe-connect.md)
2. [商人が自分のStripeアカウントをアプリに接続できるようにする](/ja/component-basics/marketplace-components/stripe/legacy-stripe-components-deprecated/marketplace-payments/allow-merchants-to-connect-their-stripe-account-to-your-app.md)
3. [消費者の支払いを商人のアカウントに送金するように構成する](/ja/component-basics/marketplace-components/stripe/legacy-stripe-components-deprecated/marketplace-payments/configure-consumer-payment-to-go-to-merchants-accounts.md)
   {% endtab %}
   {% endtabs %}

### ガイドには次のものが含まれます：

{% content-ref url="/pages/gZxDzar7dVEQTFZrZOjW" %}
[アプリ内購入のデジタル購入](/ja/component-basics/marketplace-components/single-use-in-app-purchases.md)
{% endcontent-ref %}

{% content-ref url="/pages/JFNH2vnDTx7AWlD4NIRn" %}
[Googleでサインイン](/ja/component-basics/marketplace-components/sign-in-with-google.md)
{% endcontent-ref %}

{% content-ref url="/pages/YsVDsHxcIAY7xD7O8fJA" %}
[Appleでサインイン](/ja/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/ja/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.
