# ワンタイムカード支払い

*Skill Level: Intermediate*

## 開始前の準備

* [Stripe](https://stripe.com) アカウントを作成し、ビジネス情報を追加し、銀行口座情報を追加していることを確認してください。
* この機能を使用するには有料の Adalo プランは必要ありません

{% tabs %}
{% tab title="詳細ガイド" %}

#### Stripe コンポーネント

![](/files/CjwfVgItXXkqMGOGkLrJ)

Stripe コンポーネントを追加するには、

* 「+」ボタンをクリックして追加パネルを開きます
* 下にスクロールして Stripe Payments カテゴリを展開します
* Stripe Payment コンポーネントをチェックアウト画面にドラッグします

![](/files/tQyks54T9fLSqJazoJzU)

Stripe Payment コンポーネントを構成するには、

1. 「Stripe と接続」ボタンをクリックし、Stripe アカウントを Adalo アカウントに接続するために、Stripe 資格情報を入力してプロンプトに従います
2. Stripe Payment セクションで、ユーザーに請求する金額を入力します。これは全員に同じ金額でもかまいませんし、[カスタム数式](/ja/component-basics/how-to-create-a-custom-math-formula.md)を入力することもできます。
3. 請求の説明セクションには、ユーザーのクレジットカード明細に表示されるべきテキストを入力します。ここでは「Current Merchant Name」などの Magic Text も使用できます。
4. メールセクションでは、購入の確認メールを受け取るべきログインユーザーのメールアドレスを指定するために Magic Text を使用できます。
5. 最後に、送信ボタンセクションでは、送信ボタンのテキストとスタイルを編集し、次の画面にリンクするなどのアクションを追加できます。

注意: Stripe は多くの国でサポートされていますが、すべての国でサポートされているわけではありません。最新のリストは[こちら](https://stripe.com/global)をご確認ください。
{% endtab %}
{% endtabs %}

## ヘルプ

この記事に関する追加のヘルプが必要な場合は、いつでも[コミュニティフォーラム](https://forum.adalo.com/)で質問できます！投稿にはこの記事へのリンクも貼っておくようにしてください！


---

# 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/adding-payments-using-stripe.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.
