# Stripe Connectマーケットプレース

*Skill Level: Intermediate*

## 開始する前に

* [Stripe](https://stripe.com) アカウントを作成し、ビジネス情報と銀行口座情報を追加し、必要な検証を完了していることを確認してください。

### マーケットプレイス支払いの概要

Adaloを使用すると、Merchantが自身の**物理製品またはサービス**を販売するマーケットプレイスを作成し、消費者がそれらを購入できるようにすることができます。

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

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

アプリ内でMerchant支払いを設定するには、次の3つのステップがあります：

1. Connect用にStripeアカウントを設定する
2. Merchantが自分のStripeアカウントをアプリに接続できるようにする
3. Stripe Connectコンポーネントを構成する
4. Stripe Marketplace Paymentコンポーネントを構成する

{% content-ref url="/pages/lM3d7u31orsAOyprHcc4" %}
[Stripe ConnectのためのStripeアカウント設定](/ja/component-basics/marketplace-components/stripe/marketplace-payments/set-up-your-stripe-account-for-stripe-connect.md)
{% endcontent-ref %}

{% content-ref url="/pages/xCDpyXzM4nxKJMeUDqoK" %}
[アプリにStripeアカウントを接続するための許可](/ja/component-basics/marketplace-components/stripe/marketplace-payments/allow-merchants-to-connect-their-stripe-account-to-your-app.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/4In8kmGYfba7B5ycbzDR" %}
[Stripe Marketplace支払い](/ja/component-basics/marketplace-components/stripe/marketplace-payments/adding-payments-using-stripe.md)
{% endcontent-ref %}


---

# Agent Instructions: 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/ja/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.
