#Riyuiiji-connect
1 messages · Page 1 of 1 (latest)
hi! you could I suppose but I don't understand. Why would you want to use different account types?
Because I want some customers (individuals) to have less knowledge or interaction with Stripe since they won't need to that much .. Then I want the Business Customers, to know about Stripe and interact with it ..
fair enough! It would be a lot of work though, I usually highly discourage using Custom due to the integration work(for example you'll need to build a user dashboard and payout information collection for the Custom accounts). But you can certainly do this.
https://stripe.com/docs/connect/custom-accounts are the docs for custom and you onboard an individual by passing business_type=individual (https://stripe.com/docs/api/accounts/create#create_account-business_type) and then either redirect to an AccountLink for onboarding or pass the KYC info yourself in the individual parameter
Ahh i see, so basically this will depend on whether we would want to exert more time and effort to achieve this or just stick with express and just make it as seemless as possible for the individuals right ? Okay, I guess we'll go for the all express then ..