Credit Card Number Generator

Get credit card numbers for testing and development purposes instantly!

Visa
16 Digits
4929 6217 6351 5304
Exp: 12/27 CVV: 685
MasterCard
16 Digits
5226 5085 4171 4613
Exp: 12/28 CVV: 470
Amex
15 Digits
3706 8786 3613 663
Exp: 12/28 CVV: 246
Discover
16 Digits
6011 4541 6779 4679
Exp: 12/28 CVV: 105
Diners Club
14 Digits
3033 3304 5601 87
Exp: 12/31 CVV: 626
JCB
16 Digits
3548 8047 4849 8332
Exp: 12/31 CVV: 371
Maestro
16 Digits
6762 4533 4606 5242
Exp: 12/28 CVV: 115
Laser
16 Digits
6709 5379 9766 8407
Exp: 12/28 CVV: 766
InstaPayment
16 Digits
6379 6339 6730 0417
Exp: 12/30 CVV: 235

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.