How to tell credit card's country of origin by its number? -


i'm trying develop application, give access different services people different regions of world.

let's say, enters card number 1111-1111-1111-1111 . how use tell country of origin?

i know possible, because paypal , apple it.

at first, questioned whether information gleened credit card number alone.

then found here:

http://en.wikipedia.org/wiki/list_of_bank_identification_numbers

edit - don't forget pci compliance if taking credit card numbers payment.

edit - apparently previous wikipedia page has been deleted. this appears have similar information.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -