Credit Card Number Generator

Get credit card numbers for testing and development purposes instantly!

Visa
16 Digits
4532 7635 6805 4516
Exp: 12/28 CVV: 978
MasterCard
16 Digits
5138 1560 4939 3097
Exp: 12/30 CVV: 263
Amex
15 Digits
3774 1639 0276 833
Exp: 12/29 CVV: 816
Discover
16 Digits
6011 0084 4020 4193
Exp: 12/31 CVV: 661
Diners Club
14 Digits
3646 0204 4390 99
Exp: 12/29 CVV: 938
JCB
16 Digits
3585 1424 1793 2453
Exp: 12/28 CVV: 309
Maestro
16 Digits
5020 6632 3501 3851
Exp: 12/30 CVV: 552
Laser
16 Digits
6304 4376 4588 6445
Exp: 12/30 CVV: 337
InstaPayment
16 Digits
6388 9703 3361 5014
Exp: 12/30 CVV: 915

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.