Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Mastercard 2 series card numbers #55

Open
benjaminjames opened this issue Mar 14, 2019 · 3 comments
Open

Support for Mastercard 2 series card numbers #55

benjaminjames opened this issue Mar 14, 2019 · 3 comments

Comments

@benjaminjames
Copy link

benjaminjames commented Mar 14, 2019

Mastercard is issuing cards starting with the number 2 in addition to the number 5. The 2 series program is currently live, with new 2-series cards being issued in several countries. Transactions that are attempted by 2-series cardholders will fail to validate properly. Example of failed purchase attempt on Vimeo.com

Card validation should occur according to this table of BINs:

General info on 2-series issuance:
https://www.mastercard.us/en-us/issuers/get-support/2-series-bin-expansion.html

@nickyr
Copy link
Contributor

nickyr commented Mar 15, 2019

Thanks, @benjaminjames! This may not be an issue with this library in particular, but definitely very good to know. I'll check in with our payment card industry experts so we can get this handled appropriately.

In the meantime, if you're having trouble purchasing, you can reach our support team at https://help.vimeo.com

@benjaminjames
Copy link
Author

Thank you @nickyr- I dug a little deeper into the Vimeo page source and found a reference to vin_PaymentMethod_creditCard_account which is noted in the Vindicia guide here: https://www.vindicia.com/documents/CashBox40ProgGuide.pdf. Hope that helps.

@nickyr
Copy link
Contributor

nickyr commented Mar 26, 2019

Cool, thanks. Our product team is discussing the issue with Vindicia.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants