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

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