🇮🇳 India BIN Lookup
Look up Bank Identification Numbers from India financial institutions.
About India BINs
Country 🇮🇳 India ISO Code IN / IND Financial Institutions 150+ banks and issuers BINs in Database 50,000+ card prefixes
India has a diverse banking sector with 150 registered financial institutions. Our database includes 50,000 BIN prefixes from India issuers across all major card networks.
India BIN Lookup via API
Terminal
curl -X GET "https://api.binlookupapi.com/v1/search?country=IN" \
-H "Authorization: Bearer YOUR_API_KEY" Filter by country in your API requests:
Terminal
// JavaScript example
const response = await fetch(
'https://api.binlookupapi.com/v1/search?country=IN',
{
headers: {
'Authorization': 'Bearer YOUR_API_KEY'
}
}
);