#el-feloe_api
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/1339753201620094976
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- el-feloe_code, 46 minutes ago, 19 messages
Hello! The account holder needs to update it through the Stripe Dashboard. You, as the platform, can't update it yourself.
Ok, I was going to build out a form to allow the client update it through our app but I guess that's not possible.
You might want to try using Connect Embedded Components for that: https://docs.stripe.com/connect/get-started-connect-embedded-components
OH wow how did I miss that. So say, for instance, I have a client who needs to upload an ID for verification, I can use that embed component?
So I have a standard account that needs to update their business_profile.url. Would I use that or the Account Management component?
Sorry for all the questions! ๐
It depends on why they need to. If it's listed as an account requirement the onboarding component is probably what you'd want to use. If you just want to provide a general account management view you'd use the account management component.
And no worries about the questions, we're here to help!
They have completed the onboarding form but they entered the wrong URL
so now it's warning that they need to update it before payouts are disabled
Probably account management then.
Oh, wait.
So it is listed as a requirement?
Account onboarding then.
Compare the descriptions of the two components at the top of these two pages:
- https://docs.stripe.com/connect/supported-embedded-components/account-management
- https://docs.stripe.com/connect/supported-embedded-components/account-onboarding
That should make things more clear.
On the activity page it's listed as actions required:
Actions required
Provide a business website
due March 5
Honestly either one will probably work for this specific scenario.
Start with the Account Management one and see if it works how you want.
Thank you so much.
Happy to help!