#jomas_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/1316807411226382659
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Can you clarify what is not working here?
It is expected that when you use an embedded component for a new account that there will be a modal opened in a new window in order to collect the username/pw from the user.
Hello
I expected to show this
Just as it is on the docs
But instead I have this:
This is expected if the connected account you're using has yet to share any onboarding information
Since you're likely testing, go ahead and click on the "Add Information" button. You can use the test data here to go through onboarding: https://docs.stripe.com/connect/testing
Well, thats not great, I'm trying to use the embedded components so that the user doesn't have to leave my Platform. Is this mandatory?
How can I avoid it?
You can disable authentication but, at that point, you won't be able to collect external account information: https://docs.stripe.com/connect/supported-embedded-components/account-onboarding#disable-stripe-user-authentication
What types of external account information would I need? I dont get it
As part of onboarding, a connected account can provide bank account details for the bank account they plan on using to receive funds. We refer to this as "external accounts" to distinguis them from Stripe accounts
Since bank account information is sensitive, we require user authentication whenever the onboarding component is created with external account information enabled
Okay, I got it.
Can I ask something not related to this now?
What is the representation of the Status for an Connected Account for it's model?
Are you asking how you can get details about an account's status programmatically?
Yes