ウォレット
Stripe でのウォレットの支払いについてご紹介します。
顧客はウォレットを使用して、保存されたカードまたはデジタルウォレットの残高からオンラインで支払うことができます。小売業者は多くの場合、ウォレットを次のように使用します。
- 不正利用を削減して、モバイルにおける購入完了率を向上させる
- ウォレットの利用が最も好まれる中国の購入者にリーチする
サブスクリプションを販売している場合、ウォレットはビジネスに適さない可能性があります。ウォレットの中には、継続支払いをサポートしていないものがあります。
決済フロー
顧客は、決済時にウォレットの認証情報を認証することにより取引を確定します。モバイルを使用する場合は、指紋、顔認証、モバイルパスコード、またはウォレットアプリへのログインによって認証できます。Web では、携帯電話 /スマートフォンで QR コードをスキャンして取引を完了することもできます。
顧客に表示されるモバイルフロー
決済時にウォレットを選択する
ウォレットの認証情報を入力する
支払い完了の通知を受け取る
顧客に表示されるウェブのフロー
決済時にウォレットを選択する
支払いの確認にモバイルを使用する
支払い完了の通知を受け取る
プロダクトのサポート
次の表は、各ウォレットをサポートする Stripe プロダクトを示しています。
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 Pay7 | 5 | ||||||||
Cash App Pay | |||||||||
Google Pay7 | |||||||||
GrabPay | 1,2 | ||||||||
Link | 6 | ||||||||
MB WAY | 1,2,3 | ||||||||
MobilePay | 1,2 | ||||||||
PayPal | 3 | ||||||||
Revolut Pay | |||||||||
Satispay | |||||||||
Vipps | 1,2 | ||||||||
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.
6 The Payment Element doesn’t support Link in Brazil or India.
7 Stripe doesn’t display Apple Pay or Google Pay for IP addresses in India.
API のサポート
次の表は、各ウォレットと 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 | ||||
Link | link | 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 | ||||
Vipps | vipps | 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.