I like the rotating 3D model in the landing page very much. Are they using some sort of pre-baked library which lets you create such an visualization with 30 lines of Javascript, or is it 100% custom? Maybe someone can point me to a good resource for such elegant WebGL renderings.
Radar – A new set of integrated tools to help prevent fraud
21–30 of 120 posts
Re: Radar – A new set of integrated tools to help prevent fraud
#22This looks very promising. Stripe seems to have sometimes let surprising payments through up to now, even with all the card details security checks they provided activated, and they've never supported 3-D Secure. They've also suffered from surprisingly high rates of unexpected declined charges in our experience. Hopefully if they're now rolling out more comprehensive fraud protection, that will go some way to address…
(I work on Radar at Stripe) thank you, and do let me know if there's anything we can do to help you get set up on Radar. Additionally, we actually do support 3Dsecure in private beta -- mind emailing me (tara@stripe.com) for access?
Re: Radar – A new set of integrated tools to help prevent fraud
#23Re: Radar – A new set of integrated tools to help prevent fraud
#24What is the advantage of this vs SiftScience or other tools?
Re: Radar – A new set of integrated tools to help prevent fraud
#25I work at a company with a fairly large number of transactions and we don't really have a problem with fraud. I don't know anyone else who's really battled it either. Is it much more prevalent for certain industries and products?
Of course. I sell business software, never had a fraudulent transaction ever. But the video game and porn industries, for example? Tons of fraud.
Re: Radar – A new set of integrated tools to help prevent fraud
#26Always gotta hand it to Stripe to build a killer looking landing page
- Bitcoin: https://news.ycombinator.com/item?id=9077293
- Open Source: https://news.ycombinator.com/item?id=10167198
Re: Radar – A new set of integrated tools to help prevent fraud
#27Thanks to Stripe for making it not-a-black-box! I hope others who build machine learning systems also find a way to make its decisions understandable by humans (when possible).
Re: Radar – A new set of integrated tools to help prevent fraud
#28It's a bit unclear to me; these rules appear to be automated but then they show a rule builder interface? How would I ever know if the rule I've built is too constraining, or too loose in accepting payments? Payment is not exactly an area of my business that I want to do a lot of trial and error..
If you do want to write custom rules on top of what the models are doing, we've actually built in a testing interface to the rule creation process. When you test a rule, we'll actually simulate what the rule would have done had it been active for the past 6 months. Using that information, you'd be able to tell the # of legitimate, fraudulent, or already blocked payments that would have matched the rule & make a decision on what's best for your business.
That said, we're looking to make our opinion on a given rule more clear (rules are still in beta) and would love more feedback on how we can make this better. Feel free to drop me a line (tara@stripe.com) if you have feedback!
Re: Radar – A new set of integrated tools to help prevent fraud
#29What is the advantage of this vs SiftScience or other tools?
The data is from Stripe's handling of 100,000+ businesses' transactions, probably a better dataset than SiftScience. That's a big probably .
Re: Radar – A new set of integrated tools to help prevent fraud
#30I like the rotating 3D model in the landing page very much. Are they using some sort of pre-baked library which lets you create such an visualization with 30 lines of Javascript, or is it 100% custom? Maybe someone can point me to a good resource for such elegant WebGL renderings.