Brand | Bin | Length | Pattern |
---|---|---|---|
Amex | 34, 37 | 15 | ```/^(34 |
Aura | 50 | 16 | /^(50)[0-9]{14}$/ |
Diners | 300, 301, 302, 303, 304, 305, 36, 38, 39 | 14 | ```/^30[0-5]{1}[0-9]{11} |
Discover | 6011, 622, 64, 65 | 16 | ```/^(6011)[0-9]{12} |
Elo | 401178, 401179, 431274, 438935, 451416, 4573, 4576, 506, 509, 636, 6500, 6504, 6505, 6507, 6509, 6516, 6550, 504175, 627780 | 16 | ```/^(506 |
Hiper | 637095, 637599, 637609, 637612, 637600, 637568 | 16 | ```/^637(095 |
Hipercard | 606282 | 16 | /^606282[0-9]{10}$/ |
JCB | 3088, 3096, 3112, 3158, 3337, 35 | 16 | ```/^(3088 |
Mastercard | 5, 2 | 16 | ```/^(2 |
Visa | 4 | 13, 16 | /^4[0-9]{12,15}$/ |
Official data from the two of the largest acquirers in the world and from the largest bank in Latin America.
Dados oficiais dos dois maiores adquirentes de cartões de crédito do mundo e do maior banco da América Latina.
- Identify other credit card brands
Make a repository fork, make your changes and submit a pull request.
Is there incorrect information? Submit an issue.