#margielamadman_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/1337302511899639810
📝 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.
- margielamadman_api, 7 hours ago, 28 messages
so the issue is, when someone connects thier stripe and completes the onboarding proccess they are returned to my website (whch is have done with the test account) but for some reason when i click on dashboard button which i have i get the error cannot create dashboard link. Is there another way if i have an existing account i am able to fill in whatever is missing for stripe? Because I had completed the onboarding process and filled all the feilds asked but it still says i havent completed it?
here is my webhooks and functions
hello! So it sounds like you're creating Express connected accounts?
yep! that is correct!
Are you checking if details_submitted parameter on the connected account is true to see if they’ve completed the onboarding process? https://docs.stripe.com/connect/express-accounts#handle-users-not-completed-onboarding
so say someone needs to complete the onboarding flow to fill in the missing details, they CANNOT go to the dashboard they can only go through the onboarding process again?
hmmm, i find it a bit odd that detailsSubmitted is true but you can't create the LoginLink. Can you explicitly retrieve the account and paste the JSON response here?
so say someone needs to complete the onboarding flow to fill in the missing details, they CANNOT go to the dashboard they can only go through the onboarding process again?
You would create an Account Link for the same account ID so that the connected account user can complete onboarding. They should only need to fill up the missing information.