Credit Card Number Generator

Get credit card numbers for testing and development purposes instantly!

Visa
16 Digits
4539 0460 9869 7746
Exp: 12/31 CVV: 312
MasterCard
16 Digits
5156 7389 6853 4699
Exp: 12/31 CVV: 344
Amex
15 Digits
3485 5177 0752 676
Exp: 12/29 CVV: 669
Discover
16 Digits
6011 5403 5004 3740
Exp: 12/27 CVV: 845
Diners Club
14 Digits
3007 3301 9644 34
Exp: 12/28 CVV: 414
JCB
16 Digits
3550 8808 9195 5836
Exp: 12/31 CVV: 300
Maestro
16 Digits
5038 3229 4869 7423
Exp: 12/27 CVV: 208
Laser
16 Digits
6709 6935 1599 1613
Exp: 12/30 CVV: 982
InstaPayment
16 Digits
6371 6691 9245 5178
Exp: 12/31 CVV: 323

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.