Is anyone using a solution that is able to determine or detect whether a card number entered is a debit, credit, or charge card? We need to be able to detect debit cards to handle them differently. Is there a SuiteApp or bundle with this functionality? If not, is anyone using any other method or service to do this?
s
Sam-I-Am
10/09/2020, 6:13 PM
that would be quite impossible since all the payment cards follows the credit card numbering schema or rule
Sam-I-Am
10/09/2020, 6:16 PM
I was right about the card number but found a resource that might help you
https://binlist.net/
Funny, I was looking at the binlist.net lookup API yesterday, which seemed very simple to use. And it does differentiate credit, debit, and charge cards given just the first 6 digits.
scottvonduhn
10/09/2020, 6:27 PM
I was hoping for a more native or integrated solution, but this one wouldn’t be so bad.