#henrique4791
1 messages · Page 1 of 1 (latest)
Hello! That's a good question, let me check...
I'm not finding anything, unfortunately. Your question rings a bell for me though. I feel like there might be a way to do this. Give me a few more minutes to look more...
Yeah, unfortunately all I can find is that you can use https://dashboard.stripe.com/id/<some_stripe_id> to link to something specific, but it won't switch accounts if they're currently viewing the wrong one.
Ok thank! In this case I know the account id. There is nothing like this?
https://dashboard.stripe.com/id/<stripe_id>?account=<account_id>
Nothing I can find. That doesn't mean something doesn't exist, but if it does it doesn't seem to be documented anywhere, or I'm looking in the wrong place.
Ok, thanks @wooden sonnet !
Oh, wait...
Maybe try https://dashboard.stripe.com/<acct_ID>/id/<object_id>?
Does that do what you want?
Apparently works for switching the account, but the issuing page does not seem to load correctly with it. I get a blue banner on the top of the page like I was looking at some other account
Oh, like you're looking at a connected account?
yep
Yeah, not sure how to work around that... it's just the way the Dashboard behaves when using this approach.
good news, it works! like this:
https://dashboard.stripe.com/id/<card_id>?account=<account_id>
it switched the account and loaded the card. I dont know why I missed that earlier when testing
That's great!