#bhanu365
1 messages · Page 1 of 1 (latest)
👋 Hi there, Happy to help!
Could you precise what Stripe product you are showing here? sorry but the screenshot isn't wide enough
Well it looks like the Express Connected Account onboarding view.
Uou can prefill some information on the account object for the user while creating the account. Email is possible by setting the email attribut:
https://stripe.com/docs/api/accounts/create#create_account-email (You can't test it in test mode)
For the phone is not possible.
Further details can be found here:
https://stripe.com/docs/connect/express-accounts#create-account
Thanks