Question:
For Stripe Connect, when using the Express Connect setup link, it requests “website” from the user.
For my use case, I don’t need that, and I’d like to autofill or hide it.
I created an account using the node js library, and generated an express link from the account id, but I can’t figure out where to set or remove the website field.
Is there a way I can autofill (ideally not allowing the user to edit), or remove the field entirely?
Thanks!
Answer:
When you create the account, you can pre-fill either the business_profile.url if they have a website, or you can pre-fill the business_profile.product_description if they do not have a website. By pre-filling either of these account properties, that page in the onboarding flow will be skipped.If you have better answer, please add a comment about this, thank you!