card-io / card.io-dmz

The core image-processing and machine-learning code for card.io, which is shared between iOS and Android.
Other
141 stars 116 forks source link

MasterCard New BIN range 222100-272099 support #43

Closed sachincredible9 closed 7 years ago

sachincredible9 commented 7 years ago

MasterCard is adding new primary account bank identification number (BIN) range 222100-272099 to be processed with and in the same manner as the existing BIN range 510000-559999.

josharian commented 7 years ago

Code LGTM. Do you have a source handy for the BIN addition? Leaving for someone else to merge, in any case.

sachincredible9 commented 7 years ago

https://developers.braintreepayments.com/reference/general/testing/ruby#no-credit-card-errors ,
https://github.com/LitleCo/litle-xml/issues/2

Supports mentioned BIN.

cysp commented 7 years ago

Support for this range was added in https://github.com/card-io/card.io-dmz/pull/35

lkorth commented 7 years ago

Already complete in #35