Credit Card Number Generator

Get credit card numbers for testing and development purposes instantly!

Visa
16 Digits
4916 7037 5090 6822
Exp: 12/29 CVV: 350
MasterCard
16 Digits
5395 2456 8845 1114
Exp: 12/29 CVV: 510
Amex
15 Digits
3785 2639 8472 082
Exp: 12/29 CVV: 599
Discover
16 Digits
6011 3458 2113 5160
Exp: 12/31 CVV: 369
Diners Club
14 Digits
3004 3140 2164 03
Exp: 12/28 CVV: 389
JCB
16 Digits
3591 3203 2172 0287
Exp: 12/31 CVV: 327
Maestro
16 Digits
5020 9531 1640 6740
Exp: 12/27 CVV: 505
Laser
16 Digits
6709 2285 3171 1453
Exp: 12/29 CVV: 936
InstaPayment
16 Digits
6374 7875 1355 0241
Exp: 12/27 CVV: 687

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.