#alan-t-t_best-practices

1 messages ¡ Page 1 of 1 (latest)

late jayBOT
#

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

mental dew
#

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

tacit vortex
#

Thanks!

late jayBOT
mental dew
#

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

tacit vortex
#

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?

mental dew
#

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

tacit vortex
#

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?

hollow raven
#

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"

tacit vortex
#

Alrighty. Thank you for checking!