#dynelight_api
1 messages ยท Page 1 of 1 (latest)
๐ 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.
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
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?
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
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
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
?
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
Yes!
No problem! Happy to help ๐