#Gophys-connect

1 messages ยท Page 1 of 1 (latest)

hexed nexus
#

๐Ÿ‘‹ happy to help

hexed valley
#

yes this is the information that I use:
this.accountResult = await stripe.createToken('account', { tos_shown_and_accepted: true, business_type: 'individual', individual: { first_name: infos.prenom, last_name: infos.nom, address: { line1: infos.adresse, city: infos.villeStr, state: infos.pays, postal_code: infos.codePostal, }, }, });

hexed nexus
#

do you a request id or an account id I could take a look at please?

hexed valley
#

sure, I am in development mode, I will create a fresh account id

hexed nexus
#

thanks ๐Ÿ™‚

hexed valley
#

acct_1LIUBpRcXLOYaE9O

I just created this account with the code you see

hexed nexus
#

unfortunately those are mandatory fields even if the owner of the Connect Account is an individual

#

especially the business activity

#

since this will determine whether some payment methods would be accepted, or if Stripe allows certain transactions etc

hexed valley
#

is it possible to pre fill thoses fields for an individual account ? my customers might not understand them and won't know what to do

hexed nexus
#

this is part of the KYC

#

yes sure

#

when you create the account token, the same way that you are pre-filling all the other information

#

you can add the business_profile's mcc and url

hexed valley
#

thank you very much for your help

#

I have another question, after I filled those informations, when I recreate a link for connect onboarding, I get to fill with the kyc documents like identity and proof of address, is there a way to ask thoses information back to back in the same connect onboading form ?

hexed nexus
#

I don't really follow your question

hexed valley
#

I have to go for now, I will elaborate a little bit later.
Thanks you very much for your help, very helpful