Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
4 Trả lời
5515 Lượt xem

Is there a way to accept ACH payments using the Stripe Payment Acquirer? I've already configured Stripe account so I can accept payments through ACH but when the pay now button launches stripe, it only allows payments with credit cards. Any one can help? I'm using Odoo v 12.0

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

As of now, it's not possible to accept ACH payments via Stripe in standard Odoo without custom development. The reason why using Authorize.net for this is currently preferred is because Stripe is making the customer journey way more difficult and hence creates a higher barrier to the payment than Authorize: on the merchant side Stripe requires that you collect and store all kinds of agreements, and on the customer side Stripe imposes a bank account verification via Plaid or micro-deposit, making the payment process way more cumbersome than Authorize who only requires to fill in Name, address, account number, and ABA.

See https://stripe.com/docs/ach

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

I would like an answer to this too.

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Thank you Ray! I looked at that post previously and it worked for Authorize.net. Unfortunately for Stripe the button form is different and has nothing to do with the authorize.net configuration. Besides the order and billing information it loads this script, seems to me that this script needs to be modified to allow ACH Payments.

<script
type="text/javascript">
odoo.define(function (require)
{
var ajax =
require('web.ajax');
            ajax.loadJS("/payment_stripe/static/src/js/stripe.js");
       });
 </script>
Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

I'm not sure, but did you see the updates to the Question at https://www.odoo.com/forum/help-1/question/how-to-accept-payments-through-ach-automated-clearing-house-93622

It does mention Authorize.net, but I wonder if the advice about modifying the architecture field applies to Stripe also.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 5 25
1219
1
thg 4 25
2111
3
thg 11 24
3705
1
thg 10 24
1625
1
thg 9 24
108