I have a client with a WooCommerce site that is running into a scam that I can’t find a quick solution for.
They are primarily a US based company, but the payment gateway is accepting credit cards that have been issued outside of the US. The customer makes an order, completes the transaction, and then cancels the credit card. This is causing the client to be both out of money and product as the overseas banks typically don’t care about refunding the money back to him.
What are some methods/strategies that I can use to make sure that all credit cards that come to his site are from the US?
2
Answers
Do not allow orders if the credit card is issued outside of the US. Further you can also check geographic location based on the ip address of the request and restrict it to US only.
Check this out:
https://binlist.net/
Now lets take a look on a credit card:
You can now use this and a custom WooCommerce filter to validate the BIN. You need to find a way getting the credit card number because I don’t know which plugin you use for credit card payment: