#Gyan-ACH-Plaid

1 messages · Page 1 of 1 (latest)

outer fable
#

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

runic path
#

Can you share the documentation link for that?

outer fable
#

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

mighty tulip
#

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.

runic path
mighty tulip
#

All of that is possible except the last. The ACH network doesn't move that fast.

runic path
#

I see.. How long it typically takes to transfer the funds?

mighty tulip
#

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.

runic path
#

okay, thank a lot for your input.

outer fable
#

thank you for the quick responses @mighty tulip , appreciate it!

runic path
#

Hi @outer fable
Can you share the exact documentation to follow here?

outer fable
#

the doc you linked earlier is what you need, it is a PaymentElement integration (using PaymentIntents, not the legacy Charges) of ACH Direct Debit

runic path
#

Should i go with prebuilt checkout page or the Direct API here?

outer fable
#

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