#Gab-Connect
1 messages · Page 1 of 1 (latest)
Hi Can you share with me your merchant ID? you can find it from the Stripe Dashboard -> Settings ->Account Details
Shall I write it publicly in this channel?
Yes please, it's ok share the merchant ID
Here it is I guess acct_1IT7WdJZXToOOk0Q
I took it from my "master" stripe account here https://dashboard.stripe.com/settings/account. It is the account from where I have created 2 express connected accounts
This one is one of my 2 connected accounts I cannot logged in acct_1J0Uy9R3ODJ8210j
Thanks, let me take a look
It seems like the email of acct_1J0Uy9R3ODJ8210j is not yet confirmed
Ok I see, here is the other account I cannot logged in acct_1KDrcoQusxL04nQQ For this account the email exists but I have never received any email from Stripe. Should I have received at least one when the express account has been created ?
the email address for acct_1KDrcoQusxL04nQQ is not confirmed either.
yes you should receive an email from Stripe after a successful connection.
I'm a bit lost. In my workflow those connected account will be dynamically created exposing to the final user an onboarding link. I'm trying to understand deeply what will be the "direct" communications between Stripe and the user (if there are any). Also I try to understand if I can control the access of the connected express account to its dashboard.
I'm not sure to understand if the user will have access to its Express dashboard or if the platform can chose not keep it access. In this case there would be no direct email from Stripe to the user.
From what I understood from your answer (tell me if I misunderstood), my user should have receive an email from Stripe as soon as the onboarding was completed. But I cannot see any from this valid mailbox. Then with this email user could access to its dashboard and the platform cannot control this behavior.
How do you onboard your Express merchants? do you create account link sand send them the URLs?
Did you receive an email from Stripe informing you that a merchant has onboarded your platform?
For now I'm doing it manually from the dashboard of my platform account.
Yes I have well received an email telling those accounts have been succesfully onboarded
Sorry I think I miss up something, to login express dashboard, you need to create a login link https://stripe.com/docs/connect/integrate-express-dashboard#create-login-link
login link is a single-use URL that allow your merchants to access the express dashboard
Ok I think I have understood the flow with the login link.
But about this flow https://stripe.com/docs/connect/express-dashboard#self-serve-access I'm not so sure. Because login with the email give me the error I state a bit upper
Hi @static mason my shrift is over, my colleague will continue to support you,
my user should have receive an email from Stripe as soon as the onboarding was completed. But I cannot see any from this valid mailbox
that's only in livemode, in test mode those emails are not sent
if we need more information from the account holder, we email them and there's a link they can use to access the onboarding pages again and enter the info; additionally as the platform you can have an option in your UI to redirect them to the Express dashboard at any time
Ok i get it about potential email which will ask some account detail informations.
What about the 2 ways of logging into the express dashboard ? As state bit upper I cannot login into using the self-serve-access method but I cannot understand the reason
what is "the self-serve-access method" exactly?
but the way it should work as far as I know is you redirect to the LoginLink URL. On that page it asks for the phone number you entered when creating your Express account, and we send an SMS to it for you to authenticate and log in.
self serve access method is the second method documented here https://stripe.com/docs/connect/express-dashboard#self-serve-access
oh right yeah, that is new
I've never tried it myself yet. My guess is it probably only works for livemode accounts(not sure what exact errors if any you saw, but that seems most likely to me)
The error I have is Email not recognized.
yeah most likely it only works for livemode accounts then I would say
Ok so I shall try with the other login way (login link) using the api if I want to see what the user would see in its dashboard. I previously used the button "loggin as" the user to have an idea but another Stripe staff told me I see more features than what the end user would see.
But there come my next question, because of this alternate login way, how can I totally disallow this kind of access in case I think the express dashboard doesn't fit my needs?
by "this kind of access" you mean the self-serve options and emails etc? You can't, that is part of what Express is. If you really don't want them then you'd need to use Custom accounts and put extensive development work in to building your own white-labelled dashboards.
Ok so in case I stick with the express account, would the user receive any email from Stripe stating or refereing to the link to go to its personnal dashboard?
For instance in case the user as fullfill all the unboarding requirement would he receive such an email?
not sure, since none of this exists in test mode I'm not too familiar with what emails are sent and what they contain. But they might contain a link, or we might change them in future to contain one yes, this is all inherent to the intended product vision for what Express is.
for now I would use a LoginLink and look at the Express dashboard itself first
Ok I have just connected using the api, it is true the dashboard is really dry. As for now I dont see any reason to unforce the user not to see it.
Can you just confirm I can still build any custom screens in my plateform using the api like a simple payments history table or whatever?
yep, you can use the API and get any information you'd like and build your own UI for the user as well