決済の動作をカスタマイズする
決済プロセスの動作をカスタマイズして、購入完了率と売上を向上させます。
送信ボタンをカスタマイズする
Checkout がお客様のビジネスモデルに適合するように、1 回限りの購入に対する Checkout の送信ボタンに表示されるコピーを設定できます。
セッションで submit_
を定義します。この例 (5 ドルの寄付) では、カスタマイズされた Checkout の送信ボタンに 5 ドルを寄付と表示されます。submit_
オプションの一覧については、API リファレンスをご覧ください。
Localization and supported languages
By default, Checkout detects the locale of the customer’s browser and displays a translated version of the page in their language, if Stripe supports it. You can override the browser locale for Checkout by passing the locale
parameter when you create a Checkout Session.
Checkout also uses the locale to format numbers and currencies. For example, when selling a product whose price is set in EUR with the locale set to auto
, a browser configured to use English (en
) would display €25.00 while one configured for German (de
) would display 25,00 €.
Link を使用して支払いの詳細を自動入力する
構築済みの Checkout ページで、Link (Stripe のワンクリック決済) を自動的に使用できます。 詳細は Checkout で Link を使用するをご覧ください。