About
Use the credit card generator to create a valid credit card number.
The algorithm used to generate the credit card code merely follows a given pattern. Generated credit cards are possibly not even real and should not be used for any illegal activity.
What is a Credit Card?
A credit card is a payment card issued to users as a system of payment. It allows the cardholder to pay for goods and services based on the holder's promise to pay.
The card number prefix (Bank Identification Number) identifies the issuing bank. The final digit is a check digit validated by the Luhn algorithm. All generated numbers are fictional. (wikipedia)
Generation and validation of Credit Card
The generator produces random credit card numbers using valid prefixes for different brands and the Luhn (mod 10) algorithm for the check digit.
Using the tool
This tool was developed for programmers and testers who have the constant need to enter different credit card numbers in developing forms.