銀行口座引き落とし
Stripe を使用して口座引き落としを受け付ける方法を紹介します。
銀行口座引き落としを使用すると、1 回限りの購入と継続的な購入の両方で、顧客の銀行口座から売上を直接引き落とすことができます。銀行口座引き落としは以下の状況でよく使用されます。
- 他のビジネスから継続的に支払いを回収するビジネス。
- 家賃や学費など、消費者による高額の支払いのために、カードに代わる低コストの支払い方法が必要な小売やサービスビジネス。
以下に該当する場合は銀行口座引き落としがビジネスに適さない可能性があります。
- チェックアウト後に即座に商品を提供するビジネスは、支払い確認までに 3 ~ 7 営業日かかることがあるため、適さない可能性があります。
- ビジネスが不審請求の申請の影響を受けやすい場合は、一部の銀行口座引き落とし方法は不審請求の申請された際に顧客に有利な決定を下すため、他の支払い方法をご検討ください。
決済フロー
銀行口座引き落としを開始するには、顧客が決済時に銀行口座情報を入力し、口座からの引き落としをお客様に許可します。この許可は、同意書と呼ばれます。
銀行口座引き落としでの不正使用を軽減するため、少額入金または銀行のログインを確認して、決済前に銀行口座を検証します。銀行へのログインによる検証は、顧客は銀行口座情報を入力するのではなく、銀行にログインして支払いを行うため、ユーザーエクスペリエンスを向上させることができます。
製品の対応状況
一度の導入で Stripe プロダクト間で機能するすべての銀行口座引き落としに対応できます。Stripe Checkout、Payment Element、および Payment Links では、導入作業なしで、ダッシュボードから直接、銀行口座引き落としを有効にすることができます。
1 You can’t use the Payment Element to create SetupIntents for Bacs Direct Debit. Use Checkout in setup mode instead.
2 Not supported when using Checkout in subscription mode.
3 Supports ACSS debit if you create a PaymentIntent before rendering the Payment Element.
Contact us to request a new bank debit method.
API のサポート
Payment method | API enum | PaymentIntents | SetupIntents | Manual capture | Setup future usage1 | Requires redirect2 |
---|---|---|---|---|---|---|
ACH Direct Debit | us_ | No | ||||
Bacs Direct debit | bacs_ | 3 | 4 | No | ||
BECS Direct Debit | au_ | No | ||||
Pre-authorized debit in Canada | acss_ | No | ||||
SEPA debit | sepa_ | 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.
3 PaymentIntents support confirmation with Bacs Direct Debit payment methods when the Mandate has been collected by a Stripe-owned flow such as Checkout, Payment Element, and Payment Links.
4 You can create SetupIntents for Bacs Direct Debit through Checkout using setup mode.
Sources API、Tokens API、または Charges API からの移行
現在の口座引き落としの組み込みで Sources API、Tokens API、または Bank Accounts API を使用している場合は、Payment Intents API に移行することをお勧めします。以下のうち、該当する移行ガイドに従ってください。