#Sankar-KYC

1 messages · Page 1 of 1 (latest)

fathom shard
#

👋 happy to help

#

depending on the region, regulations could defer but one thing for sure is that you need to collect information about your customer either yourself (in Custom Accounts) or let Stripe handle that through our onboarding flows

shell dirge
#

Ok. Thank you. For US I believe it is mandatory to have the primary representative details

#

In that case how to add them via API ? I couldn't locate them. How to upload the document for verification?

fathom shard
#

what kind of Connect Accounts do you have?

shell dirge
#

Custom

graceful pond
#

In that case how to add them via API ?
best way is to use our hosted onboarding and it will collect what's needed.

#

I'd highly recommend not using the API really or using Custom, unless you have a large development team and experience and resources to build your own whitelabel KYC product.

#

If you do, then https://stripe.com/docs/connect/identity-verification-api is how you provide the information. If you look at the requirements field on the Account object it tells you exactly which fields need to have values provided, and you can use that in conjunction with the API reference to build something that does that.

#

let me know if you some specific questions about using the API and what you tried so far