#flutter.tours-ach

1 messages · Page 1 of 1 (latest)

whole sleet
#

Hello! How can I help?

keen moth
#

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.

whole sleet
#

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)

keen moth
#

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?

whole sleet
#

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

keen moth
#

But the customer has to give plaid their bank username and password right?

whole sleet
keen moth
#

I see.

#

Are there limits on ACH payments?

#

Like amounts?

whole sleet
#

Yeah, I believe it's $6000

keen moth
#

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.

whole sleet
#

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

keen moth
#

Ok. Gotcha. Thanks. Oh - is there a limit on CC transactions too?