#market-express-login
1 messages · Page 1 of 1 (latest)
market-express-login
@dull ermine that isn't really a thing. There is no "specific URL peraccount". You can use the LoginLink API https://stripe.com/docs/api/account/create_login_link to create a one-time use URL for them to log into their Dashboard
Then how do my connect sellers log in to their accounts?
Is it this? https://connect.stripe.com/express_login
I just gave you the exact API to use
see https://stripe.com/docs/connect/integrate-express-dashboard#create-login-link for more details
That other URL does work but it's usually more for self-serve access per https://support.stripe.com/express/questions/how-do-i-login-to-my-stripe-express-account
So there's no static link, it's just an API I need to call for a one time URL?
What if my user hasn't added his phone number?
In my connect dashboard, there's clearly an account for an email, but when I try to use that email to log in to stripe express, it says the email doesn't exist
I'll screenshot for you, one second
If they haven't even onboarded then you should use the AccountLink API so that they claim the account: https://stripe.com/docs/connect/express-accounts#create-link
Can we see which form they drop off at in the signup? I have my connect signup location set to canada be default, which is incorrect because my users are international
not possible, you have no control over this
Okay, but how can I let them set their address to anywhere?
instead of only canada
It says it should be international
Express accounts are supported in many countries and they can change their country/address based on what you configured in your Connect settings: https://dashboard.stripe.com/test/settings/connect/express
You can test all of this in seconds in Test mode too as a developer to confirm this
Why is this the case?
Oh
Is there a way to change my connect platform from a Canadian platform to a US one
no, you can create a brand new account but that's unlikely to be what you want
Because I have a US corporation
from Stripe atlas
but I set things up as a can corp
(connect)
I would recommend reaching our to our support team for help at this point so that you can talk about your overall business, your goals, the flow of funds you want to offer, etc. and they can guide you best.
This Discord server is for developers asking questions about their real code