#paragonn-ach
1 messages · Page 1 of 1 (latest)
Hi 👋 I believe this will work with most if not all US banks, because even if the instant verification isn't supported then there is the microdeposit verification to fall back to.
If you're looking to build a broad Stripe integration that supports many different types of payment methods (our recommended approach) then the information in this guide will be the best resource:
https://stripe.com/docs/payments/accept-a-payment
If you just want to build a flow for our new ACH Debit, then a guide for that is here:
https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API
Thanks @left agate -- I will take a look
@left agate -- is there a simulator for the ACH experience?
Just wondering if there is some sort of sandbox that shows the product in action
The exact experience is going to fluctuate based on the integration path that you chose to use. In the first guide that I linked, if you toggle to the Custom payment flow tab then you'll see an example rendered near the top of our page using the Payment Element approach. You can select US bank account from the overflow (...) menu then you can see an approximation of the flow that a customer would go through. Since that demo is built in test-mode, all of the flow is handled within Stripe and no bank communications will occur so it'll be a little different from the actual end-customer experience in live mode.
Thanks! We obviously need to turn on the ACH Direct Debit Payment Method in our account. It's asking us about webhooks?
Since ACH is a delayed type of Payment Method, meaning you don't immediately know whether the payment will succeed or fail, we recommend using webhooks to listen for associated events with those payments to know whether/when you should fulfill the associated orders (shipping products, granting access, etc).
They're talked about more here:
https://stripe.com/docs/webhooks
Thanks! Two final questions:
- We are currently on API version 2018-09-06 is that compatible with the ACH feature?
- Can we create a Stripe Element just for ACH Direct Debit?
Sorry for the delay, was juggling a couple threads.
I'm not seeing any ACH specific callouts in our API changelog, so I don't anticipate you'd run into any problems based on your API version:
https://stripe.com/docs/upgrades