保存済みの決済手段を使用するベータ
リピート顧客が購入時に保存した決済手段を再利用できるようにします。
ベータ
Custom Checkout の導入はプライベートベータです。アクセスをリクエストするには、こちらをクリックしてください。
注
保存済みの決済手段に対する Custom Checkout のサポートの対象は、カードのみです。銀行口座など、他の保存済みの決済手段はサポートされません。
顧客を特定する
Each saved payment method is linked to a Customer object. Before creating the Checkout Session, authenticate your customer, and pass the corresponding Customer ID to the Checkout Session.
決済手段をレンダリングする
Use the savedPaymentMethods array on the front end to render the customer’s available payment methods.
注
The savedPaymentMethods
array includes only the payment methods that have allow_redisplay set to always
. Follow the steps to collecting consent from your customer, which ensures that allow_
is properly set.
保存済みの決済手段で確定する
When your customer has selected a saved payment method and is ready to complete checkout, call confirm, passing in the paymentMethod ID.