#AndrewXia - Onboarding

1 messages ยท Page 1 of 1 (latest)

frosty oasis
#

Hi ๐Ÿ‘‹

north flax
#

hello! any idea what I'm missing?

frosty oasis
north flax
#

I think this is it? req_hbDExYal5K1DGz

frosty oasis
#

Thanks, ๐Ÿ‘€

#

Hmm...the country for this account is already set. I suspect that is why it isn't asking for it

north flax
#

ah interesting, account for the platform or for the connected account?

frosty oasis
#

The connect Express account

north flax
#

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,
      })
frosty oasis
#

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

north flax
#

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

frosty oasis
#

That's fair, some users are kinda bursty and it's distracting

north flax
#

no worries ๐Ÿ™‚

frosty oasis
#

Have you reviewed the Conenct settings in your dashboard? Have you enabled Express for Canada?

north flax
#

aha okay so that's probably the basic think I missed.

How do I do that?

frosty oasis
north flax
#

thank you!

frosty oasis
#

Sure thing! I hope it helps ๐Ÿ‘