Credit Card Number Generator

Get credit card numbers for testing and development purposes instantly!

Visa
16 Digits
4532 0865 9044 9805
Exp: 12/28 CVV: 497
MasterCard
16 Digits
5220 1551 2793 1074
Exp: 12/27 CVV: 539
Amex
15 Digits
3795 4516 1168 205
Exp: 12/30 CVV: 140
Discover
16 Digits
6011 8200 7066 1926
Exp: 12/28 CVV: 268
Diners Club
14 Digits
3031 1760 6773 56
Exp: 12/31 CVV: 883
JCB
16 Digits
3500 4528 8358 4494
Exp: 12/27 CVV: 278
Maestro
16 Digits
6762 7432 1352 2535
Exp: 12/28 CVV: 181
Laser
16 Digits
6706 1997 6010 5951
Exp: 12/31 CVV: 400
InstaPayment
16 Digits
6387 8542 2825 7549
Exp: 12/27 CVV: 644

What is Credit Card Number?

Credit Card issuers refer to the leading six digits on the card as an "bank identification number (BIN)", or "issuer identification number (IIN)". The remaining numbers on the card are referred to as the primary account number (PAN).

Bank card numbers are allocated in accordance with ISO/IEC 7812. IINs and PANS have a certain level of internal structure and share a common numbering scheme.

The prefix or first digit of the issuer identification number is the MII (major industry identifier). The last digit is the checksum which must pass the Luhn algorithm check.

Luhn Algorithm

The Luhn algorithm, also known as the "mod 10" or "modulus 10" algorithm, is a simple checksum formula used to validate a variety of identification numbers.

  1. Double every second digit from the right.
  2. If the product is > 9, sum the digits of the product.
  3. Take the sum of all digits.
  4. If the total modulo 10 is 0, the number is valid.

Term Meanings

  • Issuer: An institution that issues credit cards.
  • Merchant: An organization that accepts cards.
  • PIN: Personal Identification Number.