#slurpsup
1 messages · Page 1 of 1 (latest)
hey! so i am wondering if it's possible to make it so that when one of my users goes to create their express connect account we can automatically skip the first page where it asks for the type of businessness and url
all of the users will be individuals and use our company's website
so is there a way to autofill this by default to expedite the process
Not sure, give me a few minutes to run some tests.
of course now worries, take your time 🙂
I just created an an Express account with business_type: "individual", and the form didn't ask for the business type. https://stripe.com/docs/api/accounts/create?lang=node#create_account-business_type
what about where it asks for "your website" is it possible to do the same thing with that?
or the alternative
i think it's something like 'enter a description instead'
Yes you can also define the URL yourself, and it won't be asked in the onboarding flow: business_profile.url https://stripe.com/docs/api/accounts/create?lang=node#create_account-business_profile-url
I recommend you to do some tests on your end to see how exactly all of this works.
sorry one last question
will the 'business_profile.url' conflict with the 'individual' account type
or is that just a naming thing
Just a naming thing. I just used both individual and business_profile.url, and it worked.
great. thank you so much for your help