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

![](https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LhGHkPsv15svPIU5I7C%2F-LtVfet-34PRcLPv2edS%2F-LtVkaia8zKJBxHp6YpP%2FSubscription%20Payments%20-%20Edited.gif?alt=media\&token=ca703783-b08d-47ab-96f9-dc2d0b3e12d1)

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

![](https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LhGHkPsv15svPIU5I7C%2F-MSi71f9U5kYYVUx97_K%2F-MSiDwvbmBZplCQCrF36%2FProducts%20%E2%80%93%20AshleyEBixStripe%20%E2%80%93%20Stripe%20\(1\).gif?alt=media\&token=f51c1617-0550-49f9-ad49-0413ee90dda5)


---

# 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/legacy-stripe-components-deprecated/subscription-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.
