#felix_api

1 messages ยท Page 1 of 1 (latest)

celest nestBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1276111481083269153

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

unique glacier
#

๐Ÿ‘‹ happy to help

#

I'm not sure I follow, would you mind elaborating a bit more?

long leaf
# unique glacier ๐Ÿ‘‹ happy to help

okay, thank you
so in my application onboarding flow, i have already verified users using the identity verification api, but later in the flow i need to create a stripe connect account for them,

and we know that stripe connect account also involves identity verification which has already been done, so how do i avoid my users doing 2 identity verification

unique glacier
#

are you creating custom connected accounts?

long leaf
#

no, i am creating an express account

unique glacier
#

why are you using the identity verification before onboarding?

long leaf
#

so actually, the stripe connect was not in our flow initially,
we just added it, we only wanted to verify customers initially

unique glacier
#

ok I see

#

so you were using identity verification for customers

long leaf
#

yes, just to verify them

unique glacier
#

and now you want to onboard merchants whose identities have been already verified as customers

long leaf
#

yes, to be precise, i want to create a stripe express connect account for them

unique glacier
#

unfortunately that won't be possible since these are 2 separate flows

long leaf
#

okay, so you suggest i just create a stripe connect account from the get go which will then involve identity verification

unique glacier
#

yes it's easier to create a customer for a known connected account then the other way around

celest nestBOT
long leaf
#

for clarity, so i need to create a stripe connect account first, of which this process verifies their identity.

not that i have to verify their identity first and then create a stripe account.

this just need your confirmation, so i can go ahead

long leaf
#

hi @unique glacier are you there

mighty meadow
#

you would use Connect and do the verification as part of that yes, not in a separate Identity session

long leaf
#

thank you @mighty meadow

long leaf
#

hi, i am aware that there is a UI hook in react native that helps handle identity verification which is useStripeIdentity hook, is there any one for onboarding connect account

mighty meadow
#

for Connect you would use our hosted onboarding or embedded components.

#

there is not a native React Native integration today, you would build this on a web page

long leaf
#

thank you very much @mighty meadow