銀行へのリダイレクト
Stripe が提供する銀行へのリダイレクトについてご紹介します。
銀行へのリダイレクトにより、顧客は自分の銀行口座を使用してオンラインで支払うことができます。銀行へのリダイレクトは、ドイツ、オランダ、マレーシアにおけるオンラインコマースの半分以上で実行されています。銀行へのリダイレクトは、以下のビジネスでよく使用されます。
- ヨーロッパとアジア太平洋の顧客のコンバージョンを向上させ、不正使用を減らしたい小売業者
- 他のビジネスから 1 回限りの支払いを回収するソフトウェアビジネスまたはサービスビジネス
サブスクリプションを販売している場合、銀行へのリダイレクトはビジネスに適さない可能性があります。銀行へのリダイレクトの中には、継続支払いをサポートしていないものがあります。
決済フロー
決済時に、顧客はオンラインバンキングのポータルにリダイレクトされ、自身の銀行認証情報でログインして取引を承認すると、お客様のサイトに戻されます。一部の銀行へのリダイレクトでは、セキュリティー強化のために SMS または他の 2 段階認証によりユーザ確認が行われます。
製品サポート
Stripe では、銀行へのすべてのリダイレクトを一度の導入で構築し、Stripe 製品全体で機能するようにしました。Stripe Checkout の場合、1 行のコードを変更することで、銀行へのリダイレクトを追加することができます。
Payment method | Connect | Checkout | Payment Links | Payment Element | Express Checkout Element | Mobile Payment Element | Subscriptions | Invoicing | Customer Portal |
---|---|---|---|---|---|---|---|---|---|
Bancontact | Invite only | ||||||||
BLIK | 1,2 | ||||||||
EPS | 1,2 | Invite only | |||||||
FPX | 1,2 | ||||||||
iDEAL | |||||||||
P24 | 1,2 | Invite only | |||||||
TWINT |
1 Not supported when using Checkout in subscription mode.
2 Not supported when using Checkout in setup mode.
3 Invoices and Subscriptions with PayNow only support the send_
collection method.
Contact us to request a new bank redirect payment method.
API のサポート
Payment method | API enum | PaymentIntents | SetupIntents | Manual capture | Setup future usage1 | Requires redirect 2 |
---|---|---|---|---|---|---|
Bancontact | bancontact | Yes | ||||
BLIK | blik | No | ||||
EPS | eps | Yes | ||||
FPX | fpx | Yes | ||||
iDEAL | ideal | Yes | ||||
P24 | p24 | Yes | ||||
Pay by Bank | pay_ | Yes | ||||
TWINT | twint | 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.
Sources API または Tokens API からの移行
Sources API または Tokens API を現在使用している場合、PaymentIntents API への移行 を参照して最新の実装を使用してください。