#Vikram A.
1 messages · Page 1 of 1 (latest)
Hi there!
problem statement is i want to create payout accounts globally for a particular type of role in which the users get paid on their the payout account
since the details vary country specifically for account creation we need some api or something taht can help us create those
I'm guessing you are using Stripe Connect? Which types of accounts? Standard, Express, or Custom?
Standard,
and as details for eg Europe basically use IBAN, but some countries use bic and Account number, so i want to create a dynamic ui for this
If you are using Standard accounts, then the simplest way is to let merchant add their bank account in their Stripe dashboard, which automatically takes care of this.
can u give me a minute, am not sure of type of accounts i think they are custom, but let me confirm the same
yeah they are custom
If they are Custom then we do have a UI to add their bank account information: https://stripe.com/docs/connect/connect-onboarding
Stripe recommends collecting bank account details within the form, either manually or instantly with Stripe Financial Connections.
Note that you have to enable that feature in the dashboard here: https://dashboard.stripe.com/settings/connect/custom
hmm got it, i guess we are already using it in a web view, just wanted to replicate the same functionality u guys have added in this page https://stripe.com/docs/payouts within Adding your bank account information section in more kind of a form way
If you want to replicate this UI on your own website, then you will have to build everything yourself. This will be quite complicated to do since the validation logic for many country will be different.
Happy to help 🙂
hey @dusty ravine just one last thing
would activating the connect custom feature also provide me with the bank account id ??
i would need to store it for paying out
Yes it should be available here: https://stripe.com/docs/api/accounts/object#account_object-external_accounts-data-id