#Gyan-ACH-Plaid
1 messages · Page 1 of 1 (latest)
hello, one sec
so question
why use Plaid and not the newer US Bank Account PaymentMethod integration
the Plaid integration works off of Charges which are a deprecated API
Can you share the documentation link for that?
I need some method which supports instance ACH account verification, the one that i found on Stripe takes 2-4 days to move funds.
https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API
Verification is different from how long it takes funds to move
Verification can still be instant on the ACH Direct Debit PaymentMethod doc you linked
Collecting payment method information with instant verifications enabled by Stripe Financial Connections
If you're starting from scratch, I would definitely go with Stripe's new version instead of Plaid. We're using it. Works great so far.
I will be more than happy to use it. I just needs some clarity on the process. My use case is simple:
Create ACH charges using customer's bank account, verify the account instantly and create a charge. Also, the funds should be moved immediately.
All of that is possible except the last. The ACH network doesn't move that fast.
I see.. How long it typically takes to transfer the funds?
We usually see 4-6 days for everything to settle. I know that Stripe is working on improving that, but I haven't seen anything happening faster yet.
okay, thank a lot for your input.
thank you for the quick responses @mighty tulip , appreciate it!
Hi @outer fable
Can you share the exact documentation to follow here?
the doc you linked earlier is what you need, it is a PaymentElement integration (using PaymentIntents, not the legacy Charges) of ACH Direct Debit
Should i go with prebuilt checkout page or the Direct API here?
prebuilt Checkout page is a Stripe built page that you redirect to, the easiest and quickest integration
the "Direct API" integration uses PaymentElement, which you embed on your webpage, slightly more complex integration than the former