Hi.
Is there a way of searching customer orders for credit card numbers we have collected.
In this example we have a chargeback and only have the card number as a reference from the bank, and we need to match the card number to a customer.
Arthur.
Backend Search Orders (card number search)
There is not a way to do this in the backoffice of the store.
Your merchant interface to the payment gateway should contain the information for what order was associated with a particular CC transaction, doesn't it? Since that is where you would have to do the refund that is where I would look first.
If you download the orders from ShopSite you can (assuming you have ShopSite set to keep them) get the credit card numbers and then do a search of the download file to fine out which order it applies to.
Your merchant interface to the payment gateway should contain the information for what order was associated with a particular CC transaction, doesn't it? Since that is where you would have to do the refund that is where I would look first.
If you download the orders from ShopSite you can (assuming you have ShopSite set to keep them) get the credit card numbers and then do a search of the download file to fine out which order it applies to.