#Linq2-connect
1 messages · Page 1 of 1 (latest)
@slate latch do you create type:"custom" accounts, or something else? We don't collect the external account in our hosted onboardings for Custom(only Express and Standard) so maybe that's what you're running into.
it is custom
then yes, we don't collect the bank account info, that's by design
instead you as the platform have to collect it from the user in your own onboarding/user dashboards, create a token (like https://stripe.com/docs/js/tokens_sources/create_token?type=bank_account) and then call the external account API to add it to the Connect account (e.g. https://stripe.com/docs/api/external_account_bank_accounts/create)