#shahzaib997
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- shahzaib997, 22 hours ago, 4 messages
yes
then you can use Login Links: https://stripe.com/docs/api/accounts/login_link/create
I am using stripe connect oAuth in my react application
hi, is there static link as well or evertime I have to get the link using provided api.
I forgot to ask: what type of connetced account do you use? because Account Link only work for Express accounts.
Standard
Then just point them to http://stripe.com/login
But one stripe account can have many connected account. I want user to land in the connected account he used on my platform.
I was wrong, you can use account link for Standard account, as mentioned here: https://stripe.com/docs/connect/standard-accounts#redirect-link
It's the connect onboarding flow for standard account. I do not want the onboarding flow as I have already my boarded on user. Now I just want have a button that takes user to just view it's connected acount.
Forexample, if user want check which connect account he used in my platform. Or what are his last payment or check it's connected accout balance. I just want my user to redirect his connected account dashboard.
Hey! Taking over for my colleague. Let me catch up.
takes user to just view it's connected acount
You mean to redirect the user to their Stripe Dashbaord or what view exactly ?
Because you can simply redirect them to https://dashboard.stripe.com/ and they'll have access to their Striep Dashboard Account
User can create many connected account in stripe dashboard right. And he onboarded himself using on of his connected account on my application. I have that stripe account id. Now i want user to land on that connected account in his stripe dashboard.
No there is no such feature for that
what you can do is to implement Connect Embedding Account in your website, and display to your customers their payment and orther related information:
https://stripe.com/docs/connect/get-started-connect-embedded-components
I think I find the solution just wanna validate with you
You can assemble a link to a specific Standard account dashboard like this:
https://dashboard.stripe.com/b/<accountID>
no, that's when you, as a Platform Account want to access to a Connected Account Dashboard.
Yes
Can you guide me on another query.
How can I get a connected account transaction history.
Depends what specifically you mean by 'transaction history'? What kind of connect accounts are you using?
standard