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

Card validation #150

Merged
merged 6 commits into from
Nov 26, 2024
Merged

Card validation #150

merged 6 commits into from
Nov 26, 2024

Conversation

manideepk90
Copy link
Contributor

No description provided.

@aashu331998 aashu331998 merged commit aa60c10 into main Nov 26, 2024
3 checks passed
@aashu331998 aashu331998 deleted the card-validation branch November 26, 2024 09:52
manideepk90 added a commit that referenced this pull request Nov 28, 2024
cvcLength: [3],
length: [16, 17, 18, 19],
length: [16],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this reduction? was the old info that Discover has cards with 17.18,19 digits a wrong info?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i got the information from discover this includes that discover supports 16-digit card and i confirm with the payments page team. they are using 16 digit for discover card. so i modified with that information

@manideepk90
Copy link
Contributor Author

manideepk90 commented Dec 2, 2024

Screenshot_20241202_214406_Edge.jpg

@seekshiva ,
I downloaded this from the Discover Global Network and got the same information from the Juspay Indian payment team. They use a simple card validator to validate Discover cards, which have only 16 digits.

Screenshot_20241202_214802_Edge.jpg

@manideepk90
Copy link
Contributor Author

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

Successfully merging this pull request may close these issues.

3 participants