Stripe Identity
31–40 of 557 posts
Re: Stripe Identity
#32It’s not clear to me how you can detect a fake ID with machine learning. A persons appearance can change drastically - seems intractable
Worst case, if the appearance is really drastic then it would just fail and require a manual intervention.
Re: Stripe Identity
#33Earlier quoted context omitted.
In their TOS and Privacy Policy it’s made clear they are also data controllers. Unless you contribute to the breach it would almost certainly fall on them.
Yep, Stripe would be the data controller in this situation (and we comply with GDPR). https://support.stripe.com/questions/managing-your-id-verifi...
Re: Stripe Identity
#34Re: Stripe Identity
#35Earlier quoted context omitted.
> Detect fake IDs and spoofed photos with machine learning > Match the ID photo with selfies of the document holder > Validate SSN and addresses against global databases Seems fairly clear.
So you just need to print physical (fake) id and claim to be in Europe to get around all three.
Re: Stripe Identity
#36The Stripe Identity product is fantastic. Some of the most impressive things: 1. If you are at a desktop, there is an easy transition to using your phone to take a picture of your ID (or a selfie if that's the use case - it will match selfies with ID photos), and then complete verification on the desktop. 2. It does all the image analysis (i.e. is the ID in focus, etc.) in browser without the need for a native app.
This almost proves that webapps are a competitive substitute to AppStores - making the consumer detriment very hard to prove in the current anti-trust framework.
Re: Stripe Identity
#37How does this work?
It's actually pretty cool (IMO; I'm biased). Drop-in browser-based user authentication that: * Uses various sophisticated heuristics to detect real vs fake IDs. * Matches the ID to the human face. * Detects whether the human face is live or not. * Dynamically requests more or less information depending on the confidence level. It also gets better over time based on the attacks and fraud attempts that Stripe itself se…
Those are 4 great bullets btw. They helped me understand the service a lot more than the landing page for identity. Might want to consider a view like this.
Re: Stripe Identity
#38Re: Stripe Identity
#39Re: Stripe Identity
#40Previously, you'd have had to use something like Jumio for this, which was (to be generous) pretty wonky.