Skip to main content
GET
/
Tools
/
iin
Metadata Lookup
curl --request GET \
  --url https://api.orchestrasolutions.com/Tools/iin \
  --header 'X-Api-Key: <api-key>'
{
  "bin": "<string>",
  "cardBrand": "<string>",
  "cardType": "<string>",
  "category": "<string>",
  "issuingOrganization": "<string>",
  "countryCode": "<string>",
  "brandLogoUrl": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.orchestrasolutions.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

Please enter ApiKey into field

Query Parameters

iin
string
required

Card's BIN / IIN (the first 6 to 11 digits of the card number)

Pattern: \d{6,11}

Response

OK

IIN / BIN metadata for a card

bin
string

The longest match of the first 6 to 11 digits of the card number that we were able to match

cardBrand
string

The card brand (AMERICAN EXPRESS, VISA, MASTERCARD, JCB etc)

cardType
string

The type of card (DEBIT, CREDIT, DEBIT OR CREDIT, CHARGE CARD)

category
string

The category of the card (CLASSIC, BUSINESS, STANDARD, PERSONAL, etc)

issuingOrganization
string

The name of the entity (usually bank) that issued the card

countryCode
string

The 2 letter country code (ISO 3166-2) where the card was issued

brandLogoUrl
string

The URL to the brand logo image