Generate Credit Card Numbers

Get credit card numbers of many banks for testing!

Mastercard

  • 5482412949045473
  • 5358614376936667
  • 5589608009463223
  • 5278922692958605
  • 5517908093626918

VISA 16 digit

  • 4966293212898824
  • 4487568404763948
  • 4172014132121430
  • 4174858806445857
  • 4370421843167463

VISA 13 digit

  • 4304992057416
  • 4763468676109
  • 4824488527445
  • 4222829464041
  • 4029807042837

American Express

  • 372582715534098
  • 349942822637812
  • 371870151615019
  • 349914106460255
  • 344492517779287

Discover

  • 6011651858228574
  • 6229258955748559
  • 6221268940235933
  • 6011657104589156
  • 6221264906266608

Diners Club

  • 36213924383299
  • 30073277184348
  • 30343756681969
  • 30074058226308
  • 30160613470059

enRoute

  • 201478129611871
  • 214999460807804
  • 214943556417602
  • 201421368358139
  • 214904460011775

JCB

  • 3534336604052297
  • 3548462163280006
  • 3528530680213124
  • 3560112745655687
  • 3529909811943248

Voyager

  • 869952607253841
  • 869999980174594
  • 869958718533815
  • 869988786803356
  • 869955437280678

Maestro

  • 6753391178982244
  • 6761125498304022
  • 6760231020843304
  • 5029964847888172
  • 6766367575009091

LASER

  • 6709615094875628
  • 6706336096186152
  • 6304458397154345
  • 6709464426298831
  • 6771860841385892

InstaPayment

  • 6384648911999299
  • 6394482896744605
  • 6372472581483391
  • 6385663620076114
  • 6386771586420314
Get new numbers

If you want to validate a credit card number, here is a Credit Card Validator.

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.