# Stripe

*スキルレベル: 中級*

## 開始前の準備

* [Stripe](https://stripe.com) アカウントを作成し、ビジネス情報と銀行口座情報を追加し、必要な検証を完了していることを確認してください。
* Stripeコンポーネントを設定する前に、Adaloアプリにログインフローがあることを確認してください。そうでないとAdaloサポートに連絡するエラーが表示されます。***ユーザーはログインしている必要があります***。
* コンポーネントマーケットプレースからStripe Kitをインストールします
  * 「+」ボタンをクリックして追加パネルを開きます
  * マーケットプレースをスクロールして'Stripe Kit'を検索してインストールします
  * インストールが完了すると、'Installed'セクションに4つの別々のコンポーネントが表示されます

{% hint style="warning" %}
Stripeはネイティブアプリでの**物理的**製品やサービスにのみ使用できます。デジタル製品やサービスを販売する場合は、[In-App Purchase Component](/ja/component-basics/marketplace-components/single-use-in-app-purchases.md)を使用する必要があります。
{% endhint %}

{% hint style="info" %}
Stripeを使用してiOSネイティブアプリを持っている場合、AppleはIn-App Purchasesも利用可能であることを要求しています。詳細情報については、[In-App Purchase Component](/ja/component-basics/marketplace-components/single-use-in-app-purchases.md)または[IAPHubコンポーネント](/ja/integrations/iaphub.md)をご覧ください。
{% endhint %}

{% content-ref url="/pages/JGUSrvLWjJztxh1jMaSt" %}
[Stripe決済](/ja/component-basics/marketplace-components/stripe/adding-payments-using-stripe.md)
{% endcontent-ref %}

{% content-ref url="/pages/nQ5vMIQ8BL3BpQw61c2t" %}
[Stripeサブスクリプション](/ja/component-basics/marketplace-components/stripe/subscription-payments.md)
{% endcontent-ref %}

{% content-ref url="/pages/Obn1EtvEkJu67h5tALkg" %}
[Stripe Connectマーケットプレース](/ja/component-basics/marketplace-components/stripe/marketplace-payments.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZiWACLvfQmQWtAbEgcdb" %}
[Stripeテストモードの設定](/ja/component-basics/marketplace-components/stripe/configuring-stripe-test-mode.md)
{% endcontent-ref %}

{% content-ref url="/pages/cPt4O6NaX07NFVeQRmOC" %}
[Stripeカスタムアクション](/ja/component-basics/marketplace-components/stripe/stripe-custom-actions.md)
{% endcontent-ref %}


---

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