#Adam-Connect-verification

1 messages ยท Page 1 of 1 (latest)

last saddle
#

Hi there, if they are an individual then they can use SSN

ripe hornet
#

What if they are a french citizen haha

last saddle
#

Take a look at the above

ripe hornet
#

Thank you!

last saddle
#

It has a toggle for country

#

And different capabilities on the account

ripe hornet
#

I see, and this can be changed in the code im sure

#

In the code of our application i mean

last saddle
#

Yep

#

Just got to flip false to true in that request

#

Woops

#

Wrong thread

#

๐Ÿ˜†

#

Ignore the above

ripe hornet
last saddle
#

Yes you can dictate how the Connected Accounts are created

#

But it will depend on what you need

ripe hornet
last saddle
#

No the same will hold true for Express. We don't list Express there since we take care of verification requirements for Express instead of the platform.

#

But the same overall requirements apply.

ripe hornet
last saddle
#

Are you asking how you would pre-fill certain information?

ripe hornet
#

I also notice that I am using create-account-hosted however Im not sure if this is old

last saddle
#

I'm not clear exactly on what you are trying to do at this point.

#

That is just an endpoint that you designate on your server

#

But you are calling stripe.accounts.create which is still the recommended way to create accounts

ripe hornet
last saddle
#

Otherwise we use the default, which I assume for you is US.

ripe hornet
#

Yes thank you for this link

last saddle
#

So below business_type in your screenshot you would add country: 'FR'

ripe hornet
#

Could i have country: 'US', 'FR'?

last saddle
#

Nope

#

Each Account is unique and has to have a specific country

ripe hornet
last saddle
#

Yep

ripe hornet
#

So i think on our end we would need to grab their country,

#

Okay sounds like a great solution!

last saddle
#

Yep!

#

You got it

#

๐Ÿ‘

ripe hornet
#

Thanks for the help and cheers!!