Back to catalog
📈

IIN API

API Key

IIN API allows you to accurately identify the issuing bank, card type, country of origin, and other details from a credit or debit card number. This is essential for fraud prevention, payment processing, and customer verification.

📈FinanceHTTPSCORS enabled

Card BIN / IIN Lookup

Issuer identification number details for the card prefix

Iin411111
BrandVisa
TypeCredit
Issuing BankJPMorgan Chase
CountryUnited States

Sample Response

response.json
1{
2 "iin": "411111",
3 "brand": "Visa",
4 "type": "credit",
5 "issuingBank": "JPMorgan Chase",
6 "country": "United States"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://iinapi.com" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs