Generate Credit Card Numbers

Get credit card numbers of many banks for testing!

Mastercard

  • 5477198452385482
  • 5131590882613194
  • 5187355544906284

VISA 16 digit

  • 4929780869030350
  • 4716371344261898
  • 4485583833270961

VISA 13 digit

  • 4916234686304
  • 4929665813107
  • 4024007109404

American Express

  • 348586116640854
  • 370453660184709
  • 374693179296843

Discover

  • 6011693198724334
  • 6011173221780009
  • 6011028612381694

Diners Club

  • 30047390662497
  • 30216116018884
  • 30002819824558

enRoute

  • 201452076013135
  • 214946364155271
  • 201447161715248

JCB

  • 3500524653900363
  • 3541079316578396
  • 3553964488132137

Voyager

  • 869940792761188
  • 869975605069924
  • 869941154378611

Maestro

  • 5038107325191805
  • 6762102746432623
  • 6763883680457242

LASER

  • 6771029662935504
  • 6706660759017168
  • 6709731860433466

InstaPayment

  • 6398135110021848
  • 6383780198803133
  • 6397408869960289
Get new numbers

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). If this digit is 9 the next three digits are the country code from ISO 3166-1. The first digit identifies the industry where the card will be most used in.

Afterwards country code digits comes the account number, digit 7 to last minus one. This is an individual account identifier.

The last digit is the checksum which must pass the Luhn algorithm check to protect against accidental errors.


Issuer identification number (IIN)


Online merchants like Amazon Google may use IIN lookups to help validate transactions when you give them a Credit Card number. For example, if the customer's billing address is in on country, while, the credit card's IIN indicates a bank in another country, the transaction may call for extra scrutiny or the transactions will suspend.

ISO/IEC 7812 IINs can be up to 19 digits, are six digits in length,. The structure is as follows:

  • a variable length (up to 12 digits) individual account identifier
  • a six-digit Issuer Identification Number (IIN), the first digit of which is the MII ( Major Industry Identifier)
  • single check digit calculated using the Luhn algorithm

Luhn algorithm


The Luhn algorithm, also known as the "mod 10" or "modulus 10" algorithm or Luhn formula, is a simple checksum formula used to validate a variety of identification numbers, such as National Provider Identifier numbers, credit card numbers, IMEI numbers in the US, and Canadian Social Insurance Numbers. Most credit cards use the algorithm as a simple method of distinguishing valid numbers, so it was designed to protect against accidental errors, not malicious attacks.

How to pass the following test (form Wikipedia)?

  1. From the rightmost digit, which is the check digit, moving left, double the value of every second digit; if the product of this doubling operation is greater than 9 (e.g., 8 × 2 = 16), then sum the digits of the products (e.g., 16: 1 + 6 = 7, 18: 1 + 8 = 9).
  2. Take the sum of all the digits.
  3. If the total modulo 10 is equal to 0 (if the total ends in zero) then the number is valid according to the Luhn formula; else it is not valid.

Term meanings

  • Credit Card - A credit card is a payment card issued to users as a system of payment.
  • Issuer - an institution that issues credit cards to cardholders.
  • Cardholder - an individual to whom a credit card is issued.
  • Credit Limit - The amount of credit made available.
  • Merchant/Accepter - an corporation or organization that accepts credit cards for business.
  • Billing Cycle - The date that your statement is produced every month.
  • Personal Identification Number (PIN) - PIN is a numeric password shared between a system and a user, that can be used to authenticate the user to the system.