コンテンツにスキップ
アカウントを作成
または
サインイン
Stripe ドキュメントのロゴ
/
AI に質問する
アカウントを作成
サインイン
始める
支払い
財務の自動化
プラットフォームおよびマーケットプレイス
資金管理
開発者向けのツール
始める
支払い
財務の自動化
始める
支払い
財務の自動化
プラットフォームおよびマーケットプレイス
資金管理
概要
Stripe Payments について
構築済みのシステムをアップグレード
支払いの分析
オンライン決済
概要ユースケースを見つけるManaged Payments
Payment Links を使用する
決済ページを構築
    概要
    クイックスタート
    デザインをカスタマイズする
      デザインをカスタマイズする
      テキストとポリシーをカスタマイズする
      動作をカスタマイズする
    追加情報を収集する
    税金を徴収する
    決済フローを動的に更新
    商品カタログを管理する
    サブスクリプション
    決済手段を管理
    顧客が現地通貨で支払いできるようにする
    割引、アップセル、オプション品目を追加する
    将来の支払いを設定する
    支払い中に支払い詳細を保存する
    Manually approve payments on your server
    支払い後
    Elements with Checkout Sessions API ベータ版の変更ログ
    従来の Checkout からの移行
    Checkout を移行して Prices を使用
高度なシステムを構築
アプリ内実装を構築
決済手段
決済手段を追加
決済手段を管理
Link による購入の迅速化
支払いインターフェイス
Payment Links
Checkout
Web Elements
アプリ内 Elements
決済シナリオ
カスタムの決済フロー
柔軟なアクワイアリング
オーケストレーション
店頭支払い
端末
他の Stripe プロダクト
Financial Connections
仮想通貨
Climate
ホーム支払いBuild a checkout pageCustomize look and feel

注

このページはまだ日本語ではご利用いただけません。より多くの言語で文書が閲覧できるように現在取り組んでいます。準備が整い次第、翻訳版を提供いたしますので、もう少しお待ちください。

テキストとポリシーをカスタマイズする

顧客に表示されるテキストと、Checkout が表示するポリシーをカスタマイズします。

ページをコピー

カスタムテキストを追加する

顧客が Stripe Checkout を使用して支払うときに、出荷予定日や処理時間などの追加テキストを表示できます。

警告

You’re prohibited from using this feature to create custom text that violates or creates ambiguity with the Stripe generated text on Checkout, obligations under your Stripe agreement, Stripe’s policies, and applicable laws.

Command Line
cURL
curl https://api.stripe.com/v1/checkout/sessions \ -u "
sk_test_BQokikJOvBiI2HlWgH4olfQ2
:"
\ -d "line_items[0][price]"=
{{PRICE_ID}}
\ -d "line_items[0][quantity]"=1 \ -d mode=payment \ -d "shipping_address_collection[allowed_countries][0]"=US \ --data-urlencode "custom_text[shipping_address][message]"="Please note that we can't guarantee 2-day delivery for PO boxes at this time." \ --data-urlencode "custom_text[submit][message]"="We'll email you instructions on how to get started." \ --data-urlencode "custom_text[after_submit][message]"="Learn more about **your purchase** on our [product page](https://www.stripe.com/)." \ --data-urlencode success_url="https://example.com/success" \ --data-urlencode cancel_url="https://example.com/cancel"
配送先住所の収集の近くにあるカスタムテキスト

配送先住所の収集フィールドの近くにあるカスタムテキスト

支払うボタンの上に表示されるカスタムテキスト

支払うボタンの上に表示されるカスタムテキスト

支払うボタンの下に表示されるカスタムテキスト

支払うボタンの後に表示されるカスタムテキスト

カスタムテキストは 1200 文字以内で設定できます。ただし、Stripe Checkout はコンバージョンを最適化するため、その他の情報を追加するとコンバージョン率に影響する場合があります。マークダウン構文を使用してテキストを太字にしたり、リンクを挿入することができます。

ポリシーと連絡先情報をカスタマイズする

Checkout では、返品、返金、リーガルポリシーおよびサポートの連絡先情報を顧客に表示できます。Checkout の設定に移動して、以下のような表示情報を設定できます。

  • 返品および返金に関するポリシーの詳細
  • サポートの電話番号、メールアドレス、および Web サイト
  • 利用規約およびプライバシーポリシーへのリンク

この情報を提示することで、買い手の信頼を高め、カート離脱率を最小化できます。

サポートおよびリーガルポリシーの設定

Checkout の設定で、連絡先情報を有効にして、サポートの連絡先情報をセッションに追加します。同様に、リーガルポリシーを選択して、利用規約とプライバシーポリシーへのリンクをセッションに追加します。顧客が決済フローを完了する際に、リーガルポリシーに黙示的に同意するように求める場合は、規約への同意を表示というチェックボックスを選択します。

公開情報の設定で、サポートの連絡先情報とリーガルポリシーへのリンクを追加する必要があります。

以下のプレビューは、サポートの連絡先情報、ストアのリーガルポリシーへのリンク、および支払い条件に関する情報が記載されたダイアログが、Checkout の画面にどのように表示されるかを示しています。

連絡先情報が記載された決済ページです。

Checkout の連絡先情報のプレビュー

リーガルポリシーが記載された決済ページです。

Checkout のリーガルポリシーのプレビュー

返品および返金に関するポリシーの設定

返品および返金に関するポリシーを有効にして、返品、返金、または交換に関するポリシーを表示します。物品を販売するビジネスは、返品に関するポリシーを使用しますが、デジタル商品またはカスタマイズされた物品を販売するビジネスは通常、返金に関するポリシーを使用します。これらは併記可能であるため、ビジネスが双方のカテゴリの商品を販売している場合は、両方のオプションを選択できます。以下のような返品と返金の詳細を編集できます。

  • 返品、返金、交換を受け入れるかどうか
  • 返品、返金、交換が無償であるか、または手数料が課せられるか
  • 返品、返金、交換を受け入れるのは、購入後何日間か
  • 顧客が配送されたアイテムを返品する方法
  • 実店舗での返品は可能かどうか
  • 返品および返金に関するポリシー全文へのリンク
  • カスタムメッセージ

無料の返品、返金、交換を受け入れている場合、Checkout はこのポリシーを顧客に強調表示します。

以下のプレビューは、返品に関するポリシーが Checkout でどのように表示されるかを示しています。この例では、60 日以内の返送または実店舗での全額返金 (または交換) に対応している購入に関するものです。返金に対しても同様の情報を表示できます。

Checkout の返品に関するポリシーのプレビュー

Checkout の返品に関するポリシーのプレビュー

Checkout のポリシーハイライトのプレビュー

Checkout のポリシーハイライトのプレビュー。

利用規約への同意を得る

ビジネスでは、顧客が支払いを行う前に利用規約への同意を求めることがよくあります。これは、商品またはサブスクリプションのタイプによって異なります。Checkout では、支払いの前に顧客に利用規約への同意を求めて必要な契約書を収集することができます。

利用規約への同意を得る

利用規約への同意を得る

セッションを作成する際に、Stripe Checkout で利用規約への同意を得ることができます。

Command Line
cURL
curl https://api.stripe.com/v1/checkout/sessions \ -u "
sk_test_BQokikJOvBiI2HlWgH4olfQ2
:"
\ -d "line_items[0][price]"=
{{PRICE_ID}}
\ -d "line_items[0][quantity]"=2 \ -d mode=payment \ --data-urlencode success_url="https://example.com/success" \ --data-urlencode cancel_url="https://example.com/cancel" \ -d "consent_collection[terms_of_service]"=required \ --data-urlencode "custom_text[terms_of_service_acceptance][message]"="I agree to the [Terms of Service](https://example.com/terms)"

When consent_collection.terms_of_service='required', Checkout dynamically displays a checkbox for collecting the customer’s terms of service agreement. If consent_collection.terms_of_service='none', Checkout won’t display the checkbox and won’t require customers to accept the terms of service. Before requiring agreement to your terms, set your terms of service URL in your public details of your business. Setting a privacy policy URL is optional—Checkout also links to your privacy policy when a URL to your Privacy policy is set in your public details.

After a customer completes checkout, you can verify that the customer accepted your terms of service by looking at the Session object in the checkout.session.completed webhook, or by retrieving the Session using the API. When the terms are accepted, the Session’s consent.terms_of_service field is set to accepted.

You can customize the text that appears next to the checkbox by using custom_text.terms_of_service_acceptance. You need to set consent_collection.terms_of_service='required'. To use your own terms, insert a Markdown link. For example: I agree to the [Terms of Service](https://example.com/terms)

警告

Consult your legal and compliance advisors before making any changes to this text. You can’t use this feature to display custom text that violates or creates ambiguity with the Stripe-generated text on Checkout, obligations under your Stripe agreement, Stripe policies, and applicable laws.

プロモーションメールへの同意を得る

プロモーションメールを送信して、顧客に新製品について知らせたり、クーポンや割引を案内したりできます。これを行う前に、プロモーションメールを受信するための同意を得る必要があります。

Customize payment method reuse agreement

When a session is in either setup or subscription mode, or is in payment mode with setup_future_usage set, Checkout displays a message about reusing the customer’s payment method. The message can include information specific to the selected payment method. You can hide or customize the default text, but not the payment method-specific text.

Default payment method reuse agreement display in subscription mode

Default payment method reuse agreement in subscription mode

警告

By customizing this text, you’re responsible for maintaining compliance, which includes updating this text as card network rules and local regulations change. Don’t use this feature without consulting with your legal team or setting custom text that includes information regarding the reuse of the payment method. Make sure that your customized text covers all modes you plan to support.

To hide the payment method reuse agreement text, set consent_collection.payment_method_reuse_agreement.position='hidden'. Checkout won’t display its default language governing the reuse of the payment method. To set your own text in place of Stripe’s default language, set custom_text.after_submit.message. You can also use custom_text.submit or custom_text.terms_of_service_acceptance to display your own version of this language.

Command Line
cURL
curl https://api.stripe.com/v1/checkout/sessions \ -u "
sk_test_BQokikJOvBiI2HlWgH4olfQ2
:"
\ -d "line_items[0][price]"=
{{PRICE_ID}}
\ -d "line_items[0][quantity]"=1 \ -d mode=subscription \ --data-urlencode success_url="https://example.com/success" \ --data-urlencode cancel_url="https://example.com/cancel" \ -d "consent_collection[payment_method_reuse_agreement][position]"=hidden \ --data-urlencode "custom_text[after_submit][message]"="You can cancel your subscription at any time by [logging into your account](https://www.example.com/)"
このページはお役に立ちましたか。
はいいいえ
お困りのことがございましたら 、サポートにお問い合わせください。
早期アクセスプログラムにご参加ください。
変更ログをご覧ください。
ご不明な点がございましたら、お問い合わせください。
LLM ですか?llms.txt を読んでください。
Powered by Markdoc