v1
latestOpenAPI 3.1.02026-07-241660500.9 KBGet BIN (Bank Identification Number) Information
Use this API route when you are trying to determine if a BIN number is a credit, debit, or corporate card as well as the card product.
get/bin/?search=
Query parameters
searchstring required
6 or 10 digit BIN you wish to search.
Response
200
Example response
{
"bank": {
"address": "Lautrupbjerg 10 DK-2750 Ballerup",
"foreignBank": "PBS INTERNATIONAL A/S",
"name": "NETS HOLDING A/S (FORMER PBS INTERNATIONAL A/S)",
"phone": "+45 44 68 4468",
"www": "www.nets.eu"
},
"bin": "457173",
"brand": "VISA",
"country": {
"abbreviation2": "DK",
"abbreviation3": "DNK",
"iso": "208",
"name": "DENMARK"
},
"created": "2020-04-23T13:02:22.715-04:00",
"id": "457173",
"level": "CLASSIC",
"modified": "2020-04-23T13:02:22.715-04:00",
"runId": "74b4ee3e-884f-4658-92be-71bd73be999d",
"source": "BINDB.ULTIMATE",
"type": "DEBIT"
}