#andrew-111555_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. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ 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/1214780089032769576
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
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.
- andrew-111555_api, 1 hour ago, 20 messages
- andrew-111555_api, 3 hours ago, 4 messages
Trying to implement user-initiated updates for Connect accounts
https://docs.stripe.com/connect/custom/hosted-onboarding#account_update
In my test environment, I have a Connect account that used express onboarding and it is showing charges and payouts enabled and requirements not due, but when I use the "account_update" API, I get this message:
"You cannot create account_update type Account Links for this account. Valid types for this account are ["account_onboarding"].",
Any idea why that would be the case?
account=acct_1OnubqCB7NvMcykV&refresh_url=http://localhost:2524/Stripe/AccountUpdate.aspx?id=4&return_url=http://localhost:2524/Stripe/AccountUpdated.aspx?id=4&type=account_update&collection_options[fields]=eventually_due
hello! The Express account user is expected to make changes to their own details via their Express Dashboard. It's expected that you cannot create account_update Account Links for an Express account
how do they get to their express dashboard?
do they have their own login that is entirely outside our software providing a link to it for them like with the onboarding?
You can take a look at this article that explains how an Express account user can login to their own dashboard : https://support.stripe.com/questions/how-can-express-users-login-to-their-stripe-account
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.
ahh, they have their own dashboard.
great, I don't need to implement that.
thank you.