New Zenner
- Join Date:
- May 2007
- Location:
- Melbourne, Australia
- Posts:
- 88
- Plugin Contributions:
- 0
declined transactions charges - card slamming - eway gateway
Hi,
I'm posting here as I don't want this sort of vulnerability discussed in the open forums.
I'm using zencart 1.3.9h, apache server.
Recently I received a higher than expected fee from my EWAY credit card processing people. When I investigated it I discovered that one particular client had put in the same transaction 30 times, apparently after it was declined for some reason on each occassion. What I didn't realize till now was that the banks and Eway will charge a transaction fee of $0.50 on each attempt. This was quite worrying because it means than any malicious attempt to spam the site with fake orders would generate quite a high fee in a short time, possible tens of thousands of dollars per hour.
Eway said I'd need to protect myself from my end, meaning I need to find a way for Zencart to
do the following:
Limit the number of declined transactions from same customer IP
Limit the number of declined transactions from same credit card number.
My question is, can we achieve this and if so how do I do it?
Regards
Robert