#dudewonder_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/1375504212989055077
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! What type of Connected Accounts are you using?
You could give them the same URL you use: https://dashboard.stripe.com/settings/tax
You will have to have them make sure they have selected the correct Stripe Account though.
So there's an additional path in the link (e.g. https://dashboard.stripe.com/acct_number/test/tax-rates --> the "test" part). That the selected stripe account right?
Also, if I provide that link, and they have to login, will they be redirected to the link or will it just go to the dashboard home?
No, that is likely specific to Sandboxes.
Lemme test something though.
Actually it doesn't appear to be - where are you seeing that format?
Just logged in with a test account and went to product catalog -> tax rates and that's the link I'm getting.
If I'm on the main platform account, I have your url format.
If I go into a different Stripe Account, and try it, it doesn't do what you would expect. I'm not even sure why it's allowed in the URL tbh.
So just tell them to make sure they're in the correct Stripe Account, and give them the general link - and figure out how to figure out if they've done it or not programmatically - and you should be good to go.
So I went to connected account, selected an account and clicked on the ... and clicked on "View Dashboard as this account"
So the ?destination query param isn't actually a thing as per this stack overflow thread? https://stackoverflow.com/questions/66681520/stripe-connect-provide-login-link-for-standard-accounts
Yes, that works.
https://dashboard.stripe.com/b/acct_ABCXYZ123?destination=/settings/tax
Can you link me to the documentation on that? I wasn't able to specifically get to the tax rates page.
Tell me more about not being able to get to the tax rates page?
I actually managed to just use the direct link. I thought the /test part was mandatory and would cause problems but removing it works. The login page keeps track of the full url and redirects after login. So it works now.
Thanks for your help!
Awesome, and you're welcome, and thanks for teaching me something new! ๐