コンテンツにスキップ
アカウントを作成
または
サインイン
Stripe ドキュメントのロゴ
/
Ask AI
アカウントを作成
サインイン
始める
支払い
財務の自動化
プラットフォームおよびマーケットプレイス
資金管理
開発者向けのツール
始める
支払い
財務の自動化
始める
支払い
財務の自動化
プラットフォームおよびマーケットプレイス
資金管理
概要
Stripe Payments について
構築済みのシステムをアップグレード
支払いの分析
オンライン決済
概要ユースケースを見つけるManaged Payments
Payment Links を使用する
決済ページを構築
高度なシステムを構築
アプリ内実装を構築
支払い方法
決済手段を追加
決済手段を管理
Link による購入の迅速化
支払いインターフェイス
Payment Links
Checkout
Web Elements
    概要
    Payment Element
    Express Checkout Element
    Address Element
    Currency Selector Element
    Link Authentication Element
    Payment Method Messaging Element
アプリ内 Elements
決済シナリオ
カスタムの決済フロー
柔軟なアクワイアリング
オーケストレーション
店頭支払い
端末
他の Stripe プロダクト
Financial Connections
仮想通貨
Climate
ホーム支払いWeb Elements

注

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

Currency Selector Element非公開プレビュー

Adaptive Pricing で顧客が現地通貨で支払えるようにすることで、海外での収益を増やすことができます。

ページをコピー

The Currency Selector Element is an embeddable UI component that automatically displays prices in your customers local currency based on their location.

注

Adaptive Pricing and the Currency Selector Element are only available when using Elements with the Checkout Sessions API.

テーマ
サイズ
顧客の場所

デモが表示されない場合は、サポートされているブラウザーでこのページを表示してみてください。

注

You are responsible for complying with laws that apply to price localisation in your or your customers’ regions. You must render the Currency Selector Element in your use of Adaptive Pricing with Elements. Stripe recommends you consult your legal advisor for advice specific to your business.

デザイン

Use the Appearance API to control the style of all elements. Choose a theme or update specific details.

Currency toggle interface displaying two options: selected €57.81 (EU flag) and unselected $60.00 (US flag), labeled as 'ToggleItem'.

For instance, choose the “flat” theme and override the .ToggleItem styles.

const stripe = Stripe(
'pk_test_TYooMQauvdEDq54NiTphI7jx'
); const appearance = { theme: 'flat', rules: { '.ToggleItem': { backgroundColor: "#000000", color: "#ffffff", } } };

デザインのベストプラクティス

We offer a configurable Currency Selector Element for your checkout page. Follow these best practices when choosing where to place your selector:

  • Add the Currency Selector near where payment details are entered, ideally directly above the Payment Element, as the selected currency might affect available payment methods.
  • If the Payment Element isn’t initially visible (due to multi-step flows or being lower on the page), position the Currency Selector near the total price display.
  • これらのヒントを、すべての画面サイズのページレイアウトに適用してください。
セレクターにオプションとしてユーロと米ドルが表示されていて、ユーロが選択された状態になっており、注文のサマリーではすべての料金がユーロで表示されている。

すべきこと

通貨セレクターを Payment Element の上に配置します (ただし、すぐ下のカードのみを受け付けることもできます)。

このページはお役に立ちましたか。
はいいいえ
お困りのことがございましたら 、サポートにお問い合わせください。
早期アクセスプログラムにご参加ください。
変更ログをご覧ください。
ご不明な点がございましたら、お問い合わせください。
LLM ですか?llms.txt を読んでください。
Powered by Markdoc