Candy Japan hit with credit card fraud
candyjapan.com
Candy Japan hit with credit card fraud
1–10 of 208 posts
Re: Candy Japan hit with credit card fraud
#2> Regarding his fraud issue, I found that my website was being used in the same way when I added a credit card payment form. I implemented a system that first does an "Auth". If that passes, then I pass details to MaxMind and get back a response with a "riskScore". If the score is too high, I void the auth and decline the transaction. This has saved me a lot of chargeback fees, though it's still not perfect. I prefer PayPal because a "not authorized" just reverses the transaction; there is no chargeback fee.
- Osiris (HN user)
IMO, there's more worth reading in that subthread. It's an interesting topic, at least to me. I feel sympathy for any merchant that has to go through this kind of pain.
Re: Candy Japan hit with credit card fraud
#3I wonder if there might be an opportunity there? Or if the solutions have to be so custom that it'd be impossible to work out.
Re: Candy Japan hit with credit card fraud
#4Second article in one day mentioning how bad credit card fraud can be to handle, especially for smaller sites. I wonder if there might be an opportunity there? Or if the solutions have to be so custom that it'd be impossible to work out.
Re: Candy Japan hit with credit card fraud
#5Could you start shipping biscuits or chocolate candy again, I am a bit disappointed with the stuff you currently include in your packages :-(
Re: Candy Japan hit with credit card fraud
#6Interestingly enough I found this subthread from an HN Post earlier today to be very relevant: https://news.ycombinator.com/item?id=10234561 > Regarding his fraud issue, I found that my website was being used in the same way when I added a credit card payment form. I implemented a system that first does an "Auth". If that passes, then I pass details to MaxMind and get back a response with a "riskScore". If the score…
I actually ran into an issue a little while ago in that I allowed my MaxMind account to run out of queries. Not realizing this, I saw a few days of higher than normal sales but just assumed it was a good day. When the first chargeback came through, I immediately noticed the problem, bought more credits, then began to go through each transaction one and a time and noticed a pattern in the email addresses (all two words followed by 3 numbers @hotmail.com) and individually refunded each and every one of them.
I still got chargebacks but I was able to dispute them by showing that the transaction had already been refunded.
My ideal credit card would be on where the physical card has e-paper on it with a 6-digit PIN that changes periodically, like 2-factor auth, and that PIN could be required for purchases to be authenticated. The new smart-chip cards don't help at all with online purchases, only point of sale.
On a side note, I found that nearly all of my fraudulent purchases came from Vietnam to the point that at one time I put in an IPTABLES rule to block the entire country.
Re: Candy Japan hit with credit card fraud
#7Re: Candy Japan hit with credit card fraud
#8Second article in one day mentioning how bad credit card fraud can be to handle, especially for smaller sites. I wonder if there might be an opportunity there? Or if the solutions have to be so custom that it'd be impossible to work out.
Re: Candy Japan hit with credit card fraud
#9Shouldn't the credit card companies be the ones to handle the loss?
Re: Candy Japan hit with credit card fraud
#10Interestingly enough I found this subthread from an HN Post earlier today to be very relevant: https://news.ycombinator.com/item?id=10234561 > Regarding his fraud issue, I found that my website was being used in the same way when I added a credit card payment form. I implemented a system that first does an "Auth". If that passes, then I pass details to MaxMind and get back a response with a "riskScore". If the score…
It's not my idea of fun to try look at these transactions manually, so until I get a motivation boost to go through with the integration it'll probably be PayPal-only.