#benk-bankaccount-validation
1 messages · Page 1 of 1 (latest)
take your time
I'd use the dropdown here for validation: https://site-admin.stripe.com/docs/connect/payouts-bank-accounts
Oh, I don't mean that. I mean how do you guys, internally, handle form validation of routing numbers seen here.
I did a bit of research and apparently, there are over 26K routing numbers in the US and they change on a daily basis
Will you please share your validation script? Pllllllleeeeeeeeeease
🙂
I don't know but I assume we do a regex and have some sort of list internally for ~most routing numbers (maybe?)
but yeah I don't really know and not something I would share. Also, good idea to use Stripe hosted onboarding if you are not already!
what is the hosted onboarding?
I assume you're using Custom Connect accounts?
or are you collecting ACH details to charge Customers?
Collecting ACH details to pay merchants
ah gotcha, you could use Plaid or use the beta ACH flow on PaymentIntents on Stripe (you'll have to talk to Support for that)
You basically don't need to collect account and routing details yourself there