決済ページを構築するベータ
Elements と Custom Checkout を使用して決済ページを構築する方法をご紹介します。
プライベートプレビュー
The Custom Checkout integration is in private preview. To request access, こちらをクリックしてください。
Stripe Elements と Custom Checkout を使用して、ウェブサイトでカスタムの購入ページを構築できます。Custom Checkout は、税金、割引、配送料金などを管理するフロントエンドの SDK です。
サーバーを設定するサーバー側
サーバー側
Before you begin, you need to register for a Stripe account.
Use the official Stripe libraries to access the API from your application.
Set the SDK to use the custom_
beta version header.
Checkout セッションを初期化するサーバー側
サーバー側
Checkout Session オブジェクトを作成して、その client secret をフロントエンドに返すエンドポイントをサーバーに追加します。
Checkout セッションは、顧客が Checkout を使用して 1 回限りの購入またはサブスクリプションの支払いを行う顧客のセッションを表します。Checkout セッションは作成後 24 時間で期限切れになります。
作成時のパラメーターについて、詳細は Checkout セッションの作成をご覧ください。