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