#ethan-tran_code
1 messages ¡ Page 1 of 1 (latest)
đ 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.
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
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So you mean, the user has to fill in their email again, although the system filled in their email previously in CreateAccount API Param
yes
But why this is possible in Standard account?
On this screen, for Standard, the email is prefilled. But for Express, it isn't
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
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
So basically, for the Express, It is impossible, right?
yes, for Express, the email prefilled in https://docs.stripe.com/api/accounts/object#account_object-email will not display in the onboarding form
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.