#alan-t-t_best-practices
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/1331736464182218824
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Good question. Looking into this and will get back with what I can find
Apologies but the server is a bit busy so I haven't gotten to look in to this much. My colleagues haven't found anything on this yet but we are still looking
Thanks!
Unfortunately it is looking like there isn't an officially supported way to do this. You can append the parts of the URL that we add to differentiate pages, but because that isn't an actual part of our interface that could change without notice. I will file feedback requesting this functionality, that would definitely be helpful
Oh, append them to what? If I decide that I'm okay with the risk of relying on specific URLs within the dashboard to not change, how do I both send the user to a given login_link and then send them to a given URL within the dashboard?
To the URL of the login link that is generated. That said, one thing that may be helpful to you here is our connect embedded components. We have components that map to different pages on the express dashboard, they would need to be on a page that you are hosting yourself but that could give you better control here https://docs.stripe.com/connect/get-started-connect-embedded-components
Hm. Navigating to, say, https://connect.stripe.com/express/acct_xxx/yyy#acct_xxx/balance loses the hash portion of the URL when I'm redirected through the "confirm your 6 digit code" step. Is this what you had meant?
Hi, taking over as my teammate needs to step away. Let me catch up
Yeah, they will need to append the URL after '"confirm your 6 digit code"
I think https://docs.stripe.com/connect/get-started-connect-embedded-components is a better solution for you
Alrighty. Thank you for checking!