#watiniox_unexpected
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/1245738567045746779
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Yes this is normal -- it is required if you are collecting external accounts via the onboarding flow here as the user must enter a secure email/phone in order to handle adding/updating external accounts.
The rest of the flow that does not involve collecting this particular PII is embedded
But why is it in a separate window and not in the same embed? it is strange for the user that a new window opens in a new window
My understanding is that is required to ensure this information is secure -- you as the platform don't have access to this email/phone as it is specifical for the Connected Account user to manage their external account. It is not something you control for the Connected Account in this case.
But if the account is custom, in theory it should only be managed by our platform and the user should not be able to access the stripe dashboard, so I do not understand why it would open a window asking for data for the external stripe account
Yeah that is based on your settings at https://dashboard.stripe.com/settings/connect/payouts/external_accounts
If you want to control the collection of external accounts then you flip off the Collect external account information for Custom accounts
Then there won't be any email/phone collected at all
But you will need to collect the external accounts yourself outside of Connect Onboarding in that case
Sure thing