#masud-custom
1 messages · Page 1 of 1 (latest)
@untold granite is your ask - if there is any way to verify the bank account? Or you would just want to add the bank account and you don't need to verify the bank account?
Both
Plaid makes it easy because they just add their username/pw for the banks. I know stripe doesn't have this, but maybe stripe has an npm package or an api that lets me take in bank information and submit it for checking
you can add an a bank account using - https://stripe.com/docs/api/accounts/create#create_account-external_account
but doing this doesn't do a bank verification.
Let me check if it's possible to do a verification for a bank account to be attached to a custom account without Plaid
ah, alright, so you would have to just go with https://stripe.com/docs/api/accounts/create#create_account-external_account.
We don't do bank account verifications with microdeposits like what Plaid does when adding a bank account via that API request.