It appears that our order numbers are being used by a bot or process to attempt to validate credit card numbers. This evening I noticed that about 500 order numbers have been used without any orders being placed. Is there a way during OPAY page creation to save a unique numeric number (the lower portion of a time stamp for instance) using a new table in the database keyed by basket ID. This number would be saved in the OPAY page HTML as a hidden field. This hidden field could be disguised by an element name like user ID . When page OPAY is submitted, the value in this field would be compared to the value saved in the new table with the basket ID as the key. If the number in the submitted page matches the value in the new table the row would be deleted (it has only a one time use) and the transaction would proceed through payment processing and on to INVC. It no match is made the transaction will be deleted.
Might something like this work to defer these credit card validation bots?
This would operate kind of like Miva's own version of Captcha.
Thanks,
Larry
Might something like this work to defer these credit card validation bots?
This would operate kind of like Miva's own version of Captcha.
Thanks,
Larry
Comment