Accept a payment with Scalapay非公開プレビュー
Learn how to set up your integration with Scalapay.
注意
Stripe は、顧客の通貨、決済手段の制限、その他のパラメーターを評価して、決済手段オプションを自動的に提示します。決済を受け付けるの手順を使用して、Stripe ダッシュボードから決済手段を設定することをお勧めします。
引き続き、Checkout で顧客に提示する決済手段を手動で設定する場合は、このガイドを使用します。それ以外の場合は、ダッシュボードで決済手段を設定できるように、構築済みのシステムを更新してください。
Scalapay is a single-use payment method that offers businesses payment in either 3 or 4 installments. Customers are redirected from your website or app, authorize the payment with Scalapay, then return to your website or app. You get immediate notification of whether the payment succeeded or failed.
Determine compatibility
To support Scalapay payments, a Checkout Session must satisfy all of the following conditions:
- ラインアイテムの価格はすべて、同じ通貨である必要があります。
- 異なる通貨のラインアイテムが存在する場合は、通貨ごとに別の Checkout セッションを作成してください。
Accept a payment
注
このガイドを使用する前に、まず Checkout で決済を受け付ける実装を構築します。
This guide describes how to enable Scalapay and shows the differences between accepting a card payment and using Scalapay.
Enable Scalapay as a payment method
新しい Checkout セッションを作成する際は、以下を行う必要があります。
- Add
scalapay
to the list ofpayment_
.method_ types - すべての
line_
が同じ通貨を使用していることを確認します。items
注文のフルフィルメントを実行する
決済の受け付け後に、注文のフルフィルメントを履行する方法を説明します。
Test your integration
When testing your Checkout integration, select Scalapay as the payment method and click the Pay button.