You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2016/04/13 23:56:25 UTC

[jira] [Comment Edited] (VALIDATOR-392) Mastercard Series 2 bin ranges - active as of October 2016

    [ https://issues.apache.org/jira/browse/VALIDATOR-392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15240078#comment-15240078 ] 

Sebb edited comment on VALIDATOR-392 at 4/13/16 9:55 PM:
---------------------------------------------------------

I've just realised it can be done with multiple REs:

2221\d\d
2[3-6]\d\d\d
27[01]\d\d\d
2720\d\d

A bit untidy, but if it works ...


was (Author: sebb@apache.org):
I've just realised it can be done with multiple REs:

2221\d\d
22[3-6]\d\d\d
227[01]\d\d\d
22720\d\d

A bit untidy, but if it works ...

> Mastercard Series 2 bin ranges - active as of October 2016
> ----------------------------------------------------------
>
>                 Key: VALIDATOR-392
>                 URL: https://issues.apache.org/jira/browse/VALIDATOR-392
>             Project: Commons Validator
>          Issue Type: Improvement
>          Components: Routines
>    Affects Versions: 1.5.0
>            Reporter: Tim Deboer
>            Priority: Minor
>
> Mastercard is releasing new series 2 bin ranges. Quote from their information sheet is:
> "To help ensure that MasterCard and its customers are best positioned to
> enable the next generations of payments, MasterCard is expanding the
> Bank Identification Number (BIN) range by introducing a new range of 2
> series BINs (222100–272099) that will be processed in the same manner as the MasterCard 51–55 series BINs are processed today."



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)