🇩🇪 Germany BIN Lookup
Look up Bank Identification Numbers from Germany financial institutions.
About Germany BINs
Country 🇩🇪 Germany ISO Code DE / DEU Financial Institutions 1,500+ banks and issuers BINs in Database 40,000+ card prefixes
Germany has a diverse banking sector with 1,500 registered financial institutions. Our database includes 40,000 BIN prefixes from Germany issuers across all major card networks.
Germany BIN Lookup via API
Terminal
curl -X GET "https://api.binlookupapi.com/v1/search?country=DE" \
-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=DE',
{
headers: {
'Authorization': 'Bearer YOUR_API_KEY'
}
}
);