# Allow Merchants to Connect their Stripe Account to your App

### Add a Stripe ID property to your Merchants Collection in your database.&#x20;

*Most commonly, in your marketplace app, you will have a Collection of Merchants, but if you don't have a Merchants Collection, you could add this property to your Users Collection.*

1\) In Adalo, in the left tool bar, click the Database Tab

2\) Find and expand the Merchant Collection (or create one if you haven't already)

3\) Click Add Property, then choose Text as the type of property

4\) Name the new property "Stripe Account Id"

![](/files/-LuZ8oTvnV33MyhJW5Ip)


---

# 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/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.
