#ethan-tran_code

1 messages ¡ Page 1 of 1 (latest)

tawny mesaBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1398201985211170889

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

manic pilot
#

hi

#

are you there

dry vortex
#

hello! The email input in the onboarding is used for Express authentication and is associated with the user on the account. There is no way for you, as the platform to prefill user authentication data. The email that you are prefilling is associated with the Account.

https://docs.stripe.com/api/accounts/object#account_object-email

manic pilot
#

So you mean, the user has to fill in their email again, although the system filled in their email previously in CreateAccount API Param

dry vortex
#

yes

manic pilot
#

But why this is possible in Standard account?

#

On this screen, for Standard, the email is prefilled. But for Express, it isn't

dry vortex
#

It's possibly due to different account types and how it was designed - you'll need to reach out to Stripe Support - https://support.stripe.com/contact if you want more details

manic pilot
#

So basically, for the Express, It is impossible, right?

dry vortex