#raxkumar
1 messages · Page 1 of 1 (latest)
hi! I'd suggest using Express accounts, the Express account onboarding collects all that information.
Can you please elaborate ? I'm right now using custom accounts.
I mean it's better to use https://stripe.com/docs/connect/express-accounts unless you really specifically need to use Custom accounts
if you do use Custom accounts:
to add a bank account
you have to build that yourself. You can use https://stripe.com/docs/js/tokens_sources/create_token?type=bank_account and https://stripe.com/docs/api/external_account_bank_accounts/create
and connect account verification details from front end
you should redirect to our hosted onboarding for that. https://stripe.com/docs/connect/connect-onboarding
https://stripe.com/docs/api/external_account_bank_accounts/create Can we do this from front end it self. So, do we have something similar in stripe.js instead of stripe API
is it possible?
no