> 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/subscription-payments.md).

# Subscription Payments

You can use the Stripe subscription component to let your users sign up for paid subscriptions plans for your software or services.

## Set up your Product in Stripe

1\) Go to <https://dashboard.stripe.com/subscriptions/products>

2\) Click +New to create a new product

3\) Give the product a name and then click Create Product

## Create a Pricing Plan for your Product in Stripe

1\) Select your product so that you are viewing all of it's information

2\) In the Pricing Plans area, click +Add Pricing Plan

3\) Give your plan a name, amount, and billing interval

## Add the Stripe Subscription Payment component to your Adalo App

1\) Click the Plus button the in the left toolbar

2\) Scroll down and select Explore Marketplace

3\) Install the Stripe Kit Component

4\) Expand the Installed section and drag the Stripe Subscription onto one of your app's screens.

![](/files/-LtVkaia8zKJBxHp6YpP)

## Configure your Subscription Payments Component

1\) Click the Connect with Stripe button to connect your stripe account

2\) Copy your Price Plan ID (price\_stringI&#x44;*)* from Stripe to Adalo and input in the Stripe component that says plan\_id

1. Go to <https://dashboard.stripe.com/subscriptions/products>
2. Select your product
3. Select your payment plan
4. Copy the ID and then paste it into Adalo
   1. Note: the ID will look something like: price\_1IHCB8FAwoyiOM0lgJc2v4ec

![](/files/-MSiDwvbmBZplCQCrF36)


---

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