#joshandrews43-connect-collectUsBankAccountForSetup
1 messages ยท Page 1 of 1 (latest)
Hello ๐ Is there a guide you're following to work with this flow or is it something you're putting together on your own?
Trying to put it together on my own. There is no guide on collecting bank info for custom accounts
Gotcha. Let me check if we have something that'd work here.
Thanks. Specifically looking to use stripes UI that we use for customers to allow our merchants to connect banks to their connected accounts
Yup. Unfortunately, I don't think we have any elements for this usecase. You'd pretty have to build it on your own. Still checking to make sure that is 100% accurate.
On a different note, you could use stripe.createToken(...) instead of collectUsBankAccountForSetup(...)
https://stripe.com/docs/js/tokens_sources/create_token?type=bank_account
which would tokenize the bank account information
yeah thats what we've been using already, was hoping stripe could manage the bank account collection for me
thank you!
gotcha. Yeah let me check if there's a way to use any elements to collect this information.
ty!
can i use this? or does this give a payment method instead also
Thanks for waiting
Yeah we don't have any UI elements built for this usecase unfortunately.
PaymentElement doesn't work with external accounts ๐ฆ