Technology

Identify merchant provider from the given credit card no.

Hi Friends, I was working on the financial application, where the user doesn't want to select merchant provider while feeding in credit card details and yet we needed to know the merchant provider. Following is the code that helped: function getMerchantProvider(cardNo){ //cardNo is the credit card number ...

by Amit Jain
Tag: credit card identification
04-Nov-2009