#hiru00-custom-onboarding-bank
1 messages · Page 1 of 1 (latest)
Hey, yep onboarding doesn't collect banking/external account details for Custom accounts. You need to handle that yourself.
so how can i manage this can you share me the solution please.
You'll need to build it yourself, probably using Stripe.js to tokenise bank details. Then you can pass that token to external_account on the custom account: https://stripe.com/docs/js/tokens_sources/create_token?type=bank_account
thank you