> 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/ja/component-basics/marketplace-components/stripe/legacy-stripe-components-deprecated/subscription-payments.md).

# サブスクリプション支払い

Stripeのサブスクリプションコンポーネントを使用して、ソフトウェアやサービスの有料サブスクリプションプランにユーザーを登録させることができます。

## Stripeで製品を設定する

1\) <https://dashboard.stripe.com/subscriptions/products> にアクセスします

2\) +New をクリックして新しい製品を作成します

3\) 製品に名前を付け、次に「製品を作成」をクリックします

## Stripeで製品の価格プランを作成する

1\) 製品を選択して、すべての情報を表示するようにします

2\) 価格プランのエリアで、+Add Pricing Plan をクリックします

3\) プランに名前、金額、および請求間隔を設定します

## AdaloアプリにStripeサブスクリプション支払いコンポーネントを追加する

1\) 左のツールバーにあるプラスボタンをクリックします

2\) スクロールしてExplore Marketplaceを選択します

3\) Stripe Kitコンポーネントをインストールします

4\) インストール済みセクションを展開し、Stripe Subscriptionをアプリの画面の1つにドラッグします。

![](/files/ofnkAIOYmTEDi2AIGcM9)

## サブスクリプション支払いコンポーネントを構成する

1\) Stripeアカウントに接続するには、Connect with Stripeボタンをクリックします

2\) StripeからPrice Plan ID（price\_stringID\_）をコピーしてAdaloに入力し、plan\_idと書かれたStripeコンポーネントに貼り付けます

1. <https://dashboard.stripe.com/subscriptions/products> にアクセスします
2. 製品を選択します
3. 支払いプランを選択します
4. IDをコピーしてAdaloに貼り付けます
   1. 注意: IDは次のように見えます: price\_1IHCB8FAwoyiOM0lgJc2v4ec

![](/files/ZAxgNk9nTRlJTYss6hsB)


---

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