Obter informações do BIN

get/{bin}

Path parameters

binstring required

Bank Identifier Number.

Response

200

brandstring
brandNamestring
gapsinteger[]
lenghtsinteger[]
maskstring
inputstring
cvvinteger

Example response

{
  "brand": "mastercard",
  "brandName": "Mastercard",
  "gaps": [
    4
  ],
  "lenghts": [
    16
  ],
  "mask": "/(\\d{1,4})/g",
  "input": "/(?:^|s)(d{4})$/",
  "cvv": 3
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.