#flutter.tours-ach
1 messages · Page 1 of 1 (latest)
Hey
Basically what I wrote.
We're trying to get ACH payments enabled and im going through this https://stripe.com/docs/ach but im not really clear on the big picture AND why theres this third party Plaid in the middle.
Also we would like to not have to store customer bank account information. Is that possible? We'd just like to direct them to set up the right things on your site. For example right now with CC payments we have them pay through your portal.
Ah, gotcha! From your initial question I wasn't sure if your questions were more about connect, or plaid
Plaid just allows you to not have to manually collect your customer's bank account information yourself and will handle the verification flow as well. Plaid also does instant verification whereas manually collecting it will require you delay verification (sinc eyou have to wait on the microdeposits)
You can see an example of what it looks like here: https://stripe-ach-example-app.herokuapp.com/
So plaid does the signup onto stripe for the person who is going to set up the ACH account?
The thing that would really help is the big picture.
oh wait what? So you have to give Plaid your bank account information?
Plaid only handles the collection of the bank account information - afterwards, you need to do some additional steps to actually tie that information to a customer and use it for payment
But the customer has to give plaid their bank username and password right?
I don't know the specifics about how plaid has implemented this, but it sounds like it really depends on the specific bank: https://my.plaid.com/help/360043065354-does-plaid-have-access-to-my-credentials
Plaid provides the technology that enables you to connect your financial accounts to an app. Use Plaid Portal to view and manage your connections.
Yeah, I believe it's $6000
oh. interesting. is that a stripe limit?
Is it changeable? We're planning on using it for employers to pay freelancers - so its conceivable that the amounts are much more than that.
Yeah, I believe it's a Stripe-specific limit. In certain circumstances you can ask for it to be increased, but that's a request that would have to go through support (https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Ok. Gotcha. Thanks. Oh - is there a limit on CC transactions too?