#Jaehyuk
1 messages · Page 1 of 1 (latest)
hi! what type of account is that you're creating, Standard, Express or Custom?
@wary elk Hi, I'd like to make a custom account
https://stripe.com/docs/connect/payouts-bank-accounts
I've checked the UI page on this URL
then generally you would build your own webpage that collects the details, creates a BankAccount token https://stripe.com/docs/js/tokens_sources/create_token?type=bank_account , and you'd use https://stripe.com/docs/api/external_account_bank_accounts/create .
oh that's really nice. thanks for fast answering!
so I can make custom onboarding with Create a bankaccount API / and edit (update) bankaccount with - update bank account API. right?
you can(but generally we don't recommend using Custom accounts unless you have the development resources for a large-scale bespoke onboarding)
ah. then what's the best way to add - onboarding process include editable user's bankaccount function?
standard or express?
depends what you need but I'd pick Express over Custom in most cases. If using Express you'd use the Express dashboard (https://stripe.com/docs/connect/express-dashboard) instead of having to build your own management pages using Tokens etc
thanks for answering mr. karllekko! I will check express dashboard documents.
I want to use the Stripe's Connect -> onboarding with bank account feature for members in different countries. Where can I find a list of countries where I can add individual country accounts using this feature?
If you mean what countries Connect Onboarding (https://stripe.com/docs/connect/connect-onboarding) supports bank account collection, doesn't seem to be explicitly documented anywhere. I'd imagine/hope it's just that it works in any country where we support creating a connected account.
yeah. it seems there's no way to find out exact list for - that function. but ok. thanks for answering this one too.