店舗支払い
Stripe は以下の店舗支払い方法を提供しています。
店舗支払い (コンビニ決済など) を利用すると、顧客はコンビニエンスストアなどの承認された場所で対面でオンライン購入を完了できます。このような決済方法は以下のビジネスでよく使用されます。
- カードや銀行口座のない顧客を持つビジネス。
- カードのオーソリ率が低く、バックアップの支払いオプションでコンバージョン率を向上できる、メキシコのような国に消費者を持つ小売店。
以下の場合は店舗支払いがお客様のビジネスに適さない可能性があります。
- 決済後に即座に商品を提供する場合。顧客によっては支払いを完了しないことがあり、支払い確認を受け取るまでに 1 営業日かかることがあります。
- 返金を送金する必要がある場合。すべての店舗支払いで返金がサポートされているわけではありません。一部のビジネスでは、返金をリクエストする顧客に直接クレジットする別のプロセスを作成しています。
決済フロー
顧客が支払い方法に店舗支払いを選択すると、顧客は支払いコードが記載された取引の詳細をメールまたはアプリで受信します。顧客はコンビニエンスストアなどの承認された場所で支払いコードをスキャンし、主に現金を使用して対面による支払いをします。
製品サポート
Payment method | Connect | Checkout | Payment Links | Payment Element | Express Checkout Element | Mobile Payment Element | Subscriptions | Invoicing | Customer Portal |
---|---|---|---|---|---|---|---|---|---|
Boleto | |||||||||
Konbini | 4 | 1,2 | 3 | 3 | |||||
Multibanco | 3 | 3 | |||||||
OXXO | 1,2 |
1 Not supported when using Checkout in subscription mode.
2 Not supported when using Checkout in setup mode.
3 Invoices and Subscriptions only support the send_invoice collection method.
4Request an invite to create charges on behalf of other accounts.
API のサポート
Payment method | API enum | PaymentIntents | SetupIntents | Manual capture | Setup future usage1 | Requires redirect2 |
---|---|---|---|---|---|---|
Boleto | boleto | No | ||||
Konbini | konbini | No | ||||
Multibanco | multibanco | No | ||||
OXXO | oxxo | 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 または Tokens API からの移行
Sources API または Tokens API を現在使用している場合、PaymentIntents API への移行 を参照して最新の実装を使用してください。