Skip to main content

The BIN object

A BIN (Bank Identification Number) is the initial set of four to six numbers that appear on a payment card. This provides information regarding the issuer of the card.

Attributes


id

string,null
A unique identifier for a BIN.

bin

string,null
The 6-digit number

brand

enum
The payment card brand
Possible enum values

amex

diners_club

discover

mastercard

visa


issuer

string,null
The issuer of the payment card.

type

enum
The type of payment card.
Possible enum values

credit

debit


category

string,null
The payment card category

bank_url

string,null
The website URL of the associated bank.

sample_pan

string,null
An example Primary Account Number for the bin.

THE BIN OBJECT
{
"id": "bin_fWXVJF8HWYSdQ",
"bin": "414720",
"brand": "visa",
"issuer": "CHASE BANK USA, N.A.",
"type": "credit",
"category": "SIGNATURE",
"bank_url": "www.chase.com",
"sample_pan": "4147206867378753"
}