# アプリにStripeアカウントを接続するための許可

### データベース内のMerchants CollectionにStripe IDプロパティを追加します。

*通常、マーケットプレイスアプリでは、Merchantsのコレクションがありますが、Merchantsのコレクションがない場合は、Usersのコレクションにこのプロパティを追加することができます。*

1\) Adaloで、左側のツールバーでデータベースタブをクリックします

2\) Merchant Collectionを見つけて展開します（またはまだ作成していない場合は作成します）

3\) プロパティを追加し、プロパティのタイプとしてTextを選択します

4\) 新しいプロパティの名前を「StripeアカウントID」とします

![](/files/xLtl180JhLkQk1sUZrEN)


---

# 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/allow-merchants-to-connect-their-stripe-account-to-your-app.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.
