#AndrewXia - Onboarding
1 messages ยท Page 1 of 1 (latest)
hello! any idea what I'm missing?
Can you provide a Request ID for this account onboarding link?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
I think this is it? req_hbDExYal5K1DGz
Thanks, ๐
Hmm...the country for this account is already set. I suspect that is why it isn't asking for it
ah interesting, account for the platform or for the connected account?
The connect Express account
aha okay so follow-up question, this is how I'm creating the account. It seems to default to US, is there a way to say this account can be in US and Canada?
const account = await stripe.accounts.create({
type: 'express',
capabilities: {
card_payments: { requested: true },
transfers: { requested: true },
},
email: user.email,
})
Well the actualy country does need to be clearly specified so we can handle any currency conversions required when transferring funds.
And it defaults to US becuase your account is in the US:
country
optional
DEFAULT IS YOUR OWN COUNTRY
so how does Rocket Rides leave it up to the user?
@frosty oasis sorry for the ping, not rushing you but just want to make sure this thread didn't get lost in the shuffle
That's fair, some users are kinda bursty and it's distracting
no worries ๐
Have you reviewed the Conenct settings in your dashboard? Have you enabled Express for Canada?
aha okay so that's probably the basic think I missed.
How do I do that?
It's called out here: https://stripe.com/docs/connect/express-accounts#onboarding-express-accounts-outside-of-your-platforms-country
thank you!
Sure thing! I hope it helps ๐