#nuven_docs
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/1225140451934208040
đ 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.
- nuven_docs, 36 minutes ago, 24 messages
We don't offer any query params or cookies for the refresh_url by default, but you're welcome to add your own query param
Interesting. So if I wanted to know which connected account I needed to recreate an account link for, I would have to include query params that i can access on the server side?
I assume there is no post data or json data sent to the redirect URL as well?
So if I wanted to know which connected account I needed to recreate an account link for, I would have to include query params that i can access on the server side?
Yup that's one option
I assume there is no post data or json data sent to the redirect URL as well?
correct
Ok. Am i correct in assuming that the return_url operates the same way? i would need to set query params with the connected acount ID so I can reference that on the server side?
Is there another way, or a better way of including the connected account information with the refresh_url?
Yes, the return URL operates the same way
It's really up to you how you implement it - if you had your own authentication flows you could rely on those and tie your concept of a user to the stripe account
You are referring to a custom connected account onboarding flow, yes? We have thought about that, but for right now, we are using Express onboarding hosted flow. It looks like the query string parameter will be the way for us to go.