#andrew-111555_api

1 messages ¡ Page 1 of 1 (latest)

bronze ivyBOT
#

👋 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.

dense dewBOT
#

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.

wise hemlock
#

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

dense dewBOT
grim aspen
#

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

wise hemlock
#

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?

grim aspen
#

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

wise hemlock
#

ahh, they have their own dashboard.
great, I don't need to implement that.
thank you.