リアルタイム決済
Stripe が提供するリアルタイムの決済についてご紹介します。
リアルタイム支払い方法では、顧客は電話番号などの認証手段を使用して、銀行口座やその他の資金供給元から直接送金できます。この支払い方法のタイプを使用すると、取引のスピードが向上するため、購入完了率を高めることができます。Stripe は、ブラジル、シンガポール、タイ、スウェーデン、インドでリアルタイム決済に対応しています。
決済プロセス
リアルタイム支払い方法のプロセスは以下のとおりです。
- Stripe は、支払い総額を示す ID を顧客に送信します。
- 顧客はアプリケーションまたはサードパーティーサービスを使用して支払いを行います。
- アプリケーションまたはサードパーティーサービスは、資金を保護するために顧客の銀行と通信します。
顧客がリアルタイム支払い方法を使用すると、明細書には、決済タイプとしてアプリケーションまたはサードパーティーサービスが表示されます。
製品のサポート
Payment method | Connect | Checkout | Payment Links | Payment Element | Express Checkout Element | Mobile Payment Element | Subscriptions | Invoicing | Customer Portal |
---|---|---|---|---|---|---|---|---|---|
Pay by Bank | 1 | ||||||||
PayNow | 1,2 | 3 | 4 | 4 | |||||
PromptPay | 1,2 | 3 | 4 | 4 | |||||
Swish | 1,2 |
1 Not supported when using Checkout in subscription mode.
2 Not supported when using Checkout in setup mode.
3 Only supported on iOS.
4 Invoices and Subscriptions only support the send_invoice collection method.
API のサポート
Payment method | API enum | PaymentIntents | SetupIntents | Manual capture | Setup future usage1 | Requires redirect2 |
---|---|---|---|---|---|---|
Pay by Bank | pay_ | Yes | ||||
PayNow | paynow | No | ||||
PromptPay | promptpay | No | ||||
Swish | swish | Yes |
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.