It’s been more than a month that I’m looking for information, there is nothing on the subject of standard seller accounts, I can’t find a way to know how the seller can access his dashboard linked to the site or app he uses!
I’m assuming you’re talking about stripe. The only real solution is navigating them to stripe to login to their dashboard there. Their site doesn’t support iFrames I don’t think. So embedding isn’t even a viable option.
OR build out your own dashboard for them. All of the information they are looking to find on transactions comes from you first.
You can also build a link via api connector via stripe create a login link call for them to login this way via your app
How can we do it?
Are you familiar with the api connector? This one’s very easy even for a novice.
I’m not an expert, but I’ve used it a few times, if it’s well detailed I can
Install the API connector and setup a stripe call like this.
The url is: https://api.stripe.com/v1/accounts/[Current Users Account ID]/login_links
Then when you pull it up in a workflow, you can just pass “Current User’s Stripe Seller Account”
Note: this seems to only work for Express accounts.
Precisely the problem is that I need for a standard account