-
Notifications
You must be signed in to change notification settings - Fork 35
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
CreditCardFactory generates pre-paid Visa numbers #13
Comments
Hey |
I believe it has to do with the BIN. PREPAID CARDS
Virtual Cards
GIFT CARDS
|
I'd need to double-check bindb to make sure those numbers are up to date though. I'm not incredibly familiar with bins myself. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seeking a way to distinguish between "normal" VISA cards and "pre-paid" cards.
Current Functionality: On occasion, the generated VISA account will be a number for a pre-paid card. This may cause conflicts if a business rule deems pre-paid cards as "invalid."
Desired Functionality: When generating a VISA account, have the ability to specify pre-paid or not, or separate them into two different CardIssuer types.
The text was updated successfully, but these errors were encountered: