v1

latestOpenAPI 3.1.0Payrails GmbH2026-07-2614905.7 MB
BinLookup

Get issuer info by BIN

Provides card issuer information based on a bank identification number (BIN) or issuer identification number (IIN).

get/payment/binLookup/{bin}

Path parameters

binstring required

First 6-8 digits of the Card number. Also known as IIN (Issuer Identification Number).

Example:416598

BIN (or IIN) to lookup.

Response

Created.

binstring required

First 6-8 digits of the Card number. Also known as IIN (Issuer Identification Number).

network'unspecified' | 'visa' | 'visadankort' | 'mastercard' | 'amex' | 'diners' | 'discover' | 'unionpay' | 'unionpayuzcard' | 'maestro' | 'maestrobancontact' | 'hipercard' | 'jcb' | 'jcblankapay' | 'argencard' | 'aura' | 'belkart' | 'bpfuelcard' | 'cabal' | 'carnet' | 'cirrus' | 'chjonesfuelcard' | 'uzcard' | 'codensa' | 'dankort' | 'dinacard' | 'duet' | 'ebt' | 'eftpos' | 'elo' | 'euroshellfuelcard' | 'gecapital' | 'bc' | 'hrgstore' | 'humo' | 'lankapay' | 'lukoilfuelcard' | 'bancontact' | 'meeza' | 'newday' | 'mir' | 'ourocard' | 'pagobancomat' | 'paypak' | 'paypal' | 'phhfuelcard' | 'prostir' | 'rupay' | 'sbercard' | 'sodexo' | 'starrewards' | 'cencosud' | 'naranja' | 'troy' | 'uatp' | 'ukfuelcard' | 'verve' | 'voyager' | 'vpay' | 'wex' | 'cmi' | 'atm' | 'bankcard' | 'localbrand' | 'loyalty' | 'privatelabel' | 'fuelcard' | 'redfuelcard' | 'redliquidfuelcard'

Network of the instrument.

localNetwork'bancontact' | 'cartesbancaires' | 'dankort' | 'mada'

Card local network that supports the card, e.g. CartesBancaires, Dankort, Mada, Bancontact.

issuerstring

Name of the bank or institution that issued the card.

segmentstring

Segment of the card, e.g. gold, black, business.

typestring

Type of the card, e.g. credit, debit, prepaid, gift.

typeDetailsstring

More information about the card type, e.g. personal, commercial.

isNetworkTokenboolean

Indicates whether the card credential represents a network token rather than a primary account number (PAN).

isFlexCardboolean

Indicates whether the card is enrolled in a Flexible Credential or Flex Card program supported by the network - e.g. Visa Flexible Credential, Mastercard FlexCard.

Example response

{
  "bin": "416598"
}