#eartho-connect-express
1 messages · Page 1 of 1 (latest)
eartho-connect-express
@wide whale did you enable more countries here: https://dashboard.stripe.com/settings/connect/express?
of course
im getting experience like i did:
stripe.accounts.create({
...
country: 'US'
I don't really understand wht you are describing right now I'm sorry. Can you give me an example Account id that you just created so that I can look at it?
you see i cant change the home address
all our users has united stated in disabled mode
acct_1NW1hpQjdl9Gs3lz
home address is based on the country of the account though
the country of the account can be changed before that
but im opening account without country, i want the user will select the country by himself
What happens in Test mode?
Sorry it's hard to say from a one-off picture like this, like what happens before that screen?
when the user create account in our system we create acount for him in stripe as well with:
const stripeAccount = await stripe.accounts.create({
type: 'express',
email: userData.email,
capabilities: {
card_payments: { requested: true },
transfers: { requested: true },
});
then when he ready to get payouts he can
accountLink = await stripe.accountLinks.create({
account: stripeUser.account.id,
refresh_url: 'https://creator.eartho.world',
return_url: 'https://creator.eartho.world',
type: 'account_onboarding',
});
that video stops before anything useful 😅
after the screen of the email comes the screen i sent you with country disabled
you are not familiar with your express experience?
I see this after the email/phone
Is it possible that the issue is that you're already logged into a real Stripe account that is US based?
Have you tried in incognito and signing up for a separate account?
I can't try since it's only in Live mode
But if you switch to Test mode I'm happy to try