Happy Cyber Monday all, We had a situation where w...
# suitecommerce
m
Happy Cyber Monday all, We had a situation where we were bot attacked on our SuiteCommerce Standard store about a month ago, and their testing of stolen credit cards generated a ton of costs for us both in lost sales and processing fees. We're looking for a way to identify and stop these. I'm thinking a reCAPTCHA on the checkout, but haven't had much luck finding anything that isn't either a) online forms only or b) SC Advanced. Any thoughts, suggestions, forest paths, or tea leaves that I could use to research a solution? My NS manager and SCS contact haven't found anything beyond what I already searched for. Looks like there are enhancements requested, but no joy there as of now (138483 and 137220) Thanks!
u
You can add module for reCaptcha in checkout via extension framework. Please check the link mentioned below. https://system.netsuite.com/help/helpcenter/en_US/APIs/SuiteCommerce/Extensibility/Frontend/Checkout.html#addModuleToStep
m
Thanks! I'm looking into it right now!
e
We had the same issue, I suspect the same person/group. We had to implement both CAPTCHA at checkout and stricter AVS with our payment gateway. We implemented CAPTCHA through google.
s
Stronger payer verification is always good, but yes reCAPTCHA is the standard response to this. NetSuite PS/ACS and a number of our partners have solutions for implementing this.
m
We're doing reCAPTCHA. Testing a solution now. 🙂 Thanks all!!!