ウォレット
Stripe でのウォレットの支払いについてご紹介します。
顧客はウォレットを使用して、保存されたカードまたはデジタルウォレットの残高からオンラインで支払うことができます。小売業者は多くの場合、ウォレットを次のように使用します。
- 不正利用を削減して、モバイルにおける購入完了率を向上させる
- ウォレットの利用が最も好まれる中国の買い手を獲得する
サブスクリプションを販売している場合、ウォレットはビジネスに適さない可能性があります。ウォレットの中には、継続支払いをサポートしていないものがあります。
決済フロー
顧客は、決済時にウォレットの認証情報を認証することにより取引を確定します。モバイルを使用する場合は、指紋、顔認証、モバイルパスコード、またはウォレットアプリへのログインによって認証できます。Web では、携帯電話 /スマートフォンで QR コードをスキャンして取引を完了することもできます。
顧客に表示されるモバイルのフロー
決済時にウォレットを選択する
ウォレットの認証情報を入力する
支払い完了の通知を受け取る
顧客に表示されるウェブのフロー
決済時にウォレットを選択する
支払いの確認にモバイルを使用する
支払い完了の通知を受け取る
製品の対応状況
Stripe では、一度の導入によって製品全体にわたりあらゆるウォレットに対応することができます。Stripe Checkout では、Link、Apple Pay、Google Pay、その他のウォレットが自動的に有効になります。
Payment method | Connect | Checkout | Payment Links | Payment Element | Express Checkout Element | Mobile Payment Element | Subscriptions | Invoicing | Customer Portal |
---|---|---|---|---|---|---|---|---|---|
Alipay | 1,2 | Invite only | Invite only | ||||||
Amazon Pay | 3 | ||||||||
Apple Pay | 5 | ||||||||
Cash App Pay | |||||||||
Google Pay | |||||||||
GrabPay | 1,2 | ||||||||
MB WAY | 1,2,3 | ||||||||
MobilePay | 1,2 | ||||||||
PayPal | 3 | ||||||||
Revolut Pay | |||||||||
WeChat Pay | 1,2 | 4 | 4 |
1 Not supported when using Checkout in subscription mode.
2 Not supported when using Checkout in setup mode.
3 Not supported when saving payment details during payment (setup_
).
4 Invoices and Subscriptions only support the send_
collection method.
5 Checkout with ui_mode set to embedded
supports only Safari version 17 or later and iOS version 17 or later.
API のサポート
Payment method | API enum | PaymentIntents | SetupIntents | Manual capture | Setup future usage1 | Requires redirect2 |
---|---|---|---|---|---|---|
Alipay | alipay | No | ||||
Amazon Pay | amazon_ | Yes | ||||
Apple Pay | No | |||||
Cash App Pay | cashapp | Yes | ||||
Google Pay | No | |||||
GrabPay | grabpay | Yes | ||||
MB WAY | mb_ | No | ||||
MobilePay | mobilepay | Yes | ||||
PayPal | paypal | Yes | ||||
Revolut Pay | revolut_ | Yes | ||||
Secure Remote Commerce | A comma-separated list of accepted card brands | Yes | ||||
WeChat Pay | wechat_ | No |
1 Cards and bank debit methods including SEPA debit, AU BECS direct debit, and ACSS debit support both on_
and off_
with setup future usage. All other payment method types either don’t support setup_
or only support off_
.
2 Payment methods might require confirmation with return_url to indicate where Stripe should redirect your customer after they complete the payment.
Sources API または Tokens API から移行する
現在のシステムで Sources API または Tokens API を使用している場合は、移行ガイドに従って Payment Intents API および Payment Methods API に移行することをお勧めします。