#dynelight_api

1 messages ยท Page 1 of 1 (latest)

cobalt boltBOT
#

๐Ÿ‘‹ 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/1266212606083858433

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

cursive adder
#

Stripe doesn't have a standalone tool for AML/KYC. AML and KYC is done behind the scene for Stripe accounts. The closest is Stripe Identity that helps to confirm the identity of a person: https://docs.stripe.com/identity

Learn how to verify identities using Stripe Identity.

onyx dust
#

And does this person need to have an account on Stripe?

#

or I can add arbitrary people?

#

Say I need checks for 100 people, if I use identity, these 100 people would need to provide documentation? Also what is the cost of this?

cursive adder
#

The person doesn't need an account with Stripe. You will be creating verification request to Stripe and the person should upload necessary documents for Stripe to verify, then Stripe will post the verification result to your system

#

This channel is for technical integration questions. For pricing related question, our Support https://support.stripe.com/contact will be able to help

onyx dust
#

Okay. So it sounds like maybe Identity could fit the requirements that we need but it needs manual input.

#

How different is Identity compared to Person

#

?

cursive adder
#

A Person is for Connect (https://docs.stripe.com/connect) integration, that is required to complete onboarding of a Stripe connected account to accept the payments and getting payouts

Learn how to route payments between multiple parties.

onyx dust
#

Gotcha

#

So Identity is more independent?

cursive adder
#

Yes!

onyx dust
#

Gotcha

#

Thanks so much

cursive adder
#

No problem! Happy to help ๐Ÿ˜„

onyx dust
#

Oh and

#

Accounts is basically an extension of a stripe account right?