Skip to content

Latest commit

 

History

History
 
 

credit_card_validator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Credit Card Validator: A powerful automated python script to validate credit card numbers

Note: cc_check.py validates the cc without any use of modules and packages, moreover it is light-weight.

Credit card numbers are generated according to certain rules. It gives merchants a way to verify the validity of a card number before accepting the customer's payment.

The importance of credit card validation

It is important to keep in mind that whenever fraudulent cards are used, the merchant loses if too many fraudulent transactions occur, you may incur higher processing fees, expensive chargebacks, or even losing your merchant account and your ability to do business.

But you can mitigate these risks with the help of a little automation.

Credit Card Validator
Supported Credit Cards:
************************
> Visa card
> American Express card
> Diners Club Carte Blanche
> Mastercard card
> Discover card

Using the script you can validate the following things:

> Card number is valid or not
> Card type
> Major Industry Identifier
> Card Account Number
> Checksum

Follow-up the images to explore more.

slow_net_have_fast_internet_to_load_it_ok

*******

slow_net_have_fast_internet_to_load_it_ok

*******

slow_net_have_fast_internet_to_load_it_ok

Following resources were referred to deploy this script:

https://www.creditcardinsider.com/learn/anatomy-of-a-credit-card/#credit-card-number

https://www.prepostseo.com/tool/credit-card-validator