top of page

CREDIT CARD BIN CHECKS

BIN - Bank Identification Number, also known as the Issuer Identifier Number (IIN), refers to the first six digits of a payment card's Primary Account Number (PAN).


The Bank Identification Number (BIN) provides information about the payment card being used and the bank that issued it. It provides a way to check if the issuing bank is in the same country as the geolocation and address information provided by the consumer. While this alone is not enough to indicate fraud, it provides an additional signal as to the identity of the individual.


The BIN can also be used to reduce consumer data entry errors on check-out pages. For example, the BIN also identifies the card brand being used. The consumer can be asked to select the card brand they are using (Visa, MasterCard, Discover, American Express) and the card number the consumer enters can be checked to ensure it makes sense, and this is known as inline validation.

BIN Checks can also aid in several other checks and measures:


Export Compliance - Ensure the card issuing country is one you are allowed to sell/export goods to.

Identify Prepaid Cards - If offering the option to pay in installments or using recurring billing, prevent the customer from providing a prepaid card which may only carry a balance to cover the first transaction.

Sponsor Image

THE FRAUD PRACTICE

KEY NOTES


Alternative SolutionsCharge Verification


Building this In-House - This technique can easily done in-house, provided you have access to a BIN list. A list or database can be purchased, but will need regular updates.


Estimated Cost - Can be found as a per transaction hosted solution, or you can potentially get it from your acquirer. Many providers offer a list or database which can be purchased for a one-time fee, but updates or repurchasing the subscription will be required to keep the list current.


Sample Venders - BinBase, BinDB

CREDIT CARD BIN CHECKS TECHNIQUE OVERVIEW


The credit card number can tell you several very interesting things. By using the first 6 digits you can determine the card type (Visa, MasterCard, American Express, Discover) and you can determine the bank and country where the card was issued. The first 6 digits of the credit card number are known as the Bank Identification Number (BIN), which identifies the consumer's issuing bank and other information about thay payment card. Key considerations when implementing or buying this functionality include:

  • It is not easy to get a BIN list in-house, and is accessed most often through a third party service provider or through your acquirer.

  • There are two types of BIN lists - there are BIN lists for BIN to country, and BIN lists for bank to BIN.

  • BIN to Country List - List provides the country of issuance when provided a BIN number.

  • Bank to BIN List - List provides the bank name, phone number and country when provided a BIN number

  • Does the provider offer a BIN List or database for the merchant to keep and use in-house, do they offer a hosted BIN lookup service, or both?

  • For vendors that provide BIN list or database, how often are these databases updated? Do they offer a subscription service that includes updates, or must you purchase periodic updates to the database?


HOW DOES IT WORK?

Credit card numbers are ISO 7812 numbers. As an ISO 7812 number it contains:

  • A single-digit major industry identifier (MII) (the MII is considered to be part of the issuer identifier number), a six-digit issuer identifier number (IIN), an account number, and a single digit checksum using the Luhn algorithm.

Cards participating in the BIN system include:

  • Credit cards, debit cards, charge cards, stored-value cards, and Electronic Benefit Transfer (EBT) cards.

The term "Issuer Identification Number" (IIN) is replacing "Bank Identification Number". See ISO 7812 for more information.


The prefixes and lengths for the most common card types are:


Card Type             Prefix(es)         Length              Validation

American Express      34,              37[1]15[2]       Luhn algorithm


HOW DO YOU USE THE RESULTS?


Online merchants may use BIN lookups to help validate transactions. For example, if the credit card's BIN indicates a bank in one country, while the customer's billing address is in another, the transaction may require additional review. With BIN services that provide more information than just the issuing country, this data can also be beneficial. For example recognizing and preventing the use of prepaid cards for recurring transactions. In cases of a data breach against a particular issuer compromising many of their cardholders, the BIN can be used to flag potentially bad orders coming from these cards. The BIN check has uses outside of fraud prevention as well, such as recognizing the card type before attempting authorization to ensure you accept that card brand.

bottom of page