braintree / credit-card-type

A library for determining credit card type
MIT License
980 stars 154 forks source link

Meastro should support 7 series #161

Open ahmad-akbar-dev opened 10 months ago

ahmad-akbar-dev commented 10 months ago

General information

pattren should contain 7 series

maestro: { niceType: "Maestro", type: "maestro", patterns: [ 493698, [500000, 504174], [504176, 506698], [506779, 508999], [56, 59], 63, 67, 6, ], gaps: [4, 8, 12], lengths: [12, 13, 14, 15, 16, 17, 18, 19], code: { name: "CVC", size: 3, },

Issue description

This card bin is of maestro 774497 but not supported by the package.

This cardbin is of maestro as well 681095 but not supported by the package

hollabaq86 commented 9 months ago

👋 do you have any public documentation from Maestro supporting this? We don't make changes unless we have clear direction from the card networks