BIN/IP Lookup Checker
1 day trial then $19.99/month - No credit card required now
BIN/IP Lookup Checker
1 day trial then $19.99/month - No credit card required now
Our API provides online merchants with detailed insights into credit/debit card transactions. By submitting the Bank Identification Number (BIN), along with the client’s IP address, users can generate risk scores and access extensive BIN information. Empower your transaction assessments today!
💳 Comprehensive BIN Lookup API for Transaction Insights
Designed specifically for online merchants, our API provides in-depth insights into credit and debit card transactions, empowering businesses to effectively assess transaction risk. Its flexibility allows users from various sectors to tailor it to their specific needs.
🌟 How It Works
- Submit BIN: Users can easily submit the Bank Identification Number (BIN) to retrieve detailed transaction information.
- Cross-Referencing with IP: By providing the client's IP address, you can cross-reference it with the BIN information to generate a risk score for the transaction. This feature is invaluable for online merchants, facilitating informed decision-making.
🚀 Getting Started
- BIN Details: Sending just the BIN number yields comprehensive details about the BIN.
- Enhanced Information: Including the client's IP address provides additional information alongside the BIN details, complete with a risk score.
📊 Unrivaled Database Coverage
Benefit from unparalleled accuracy with our extensive database, featuring over 365,000 unique 6-digit BINs and an expansive collection of over 1,350,000 7 to 11-digit BINs. This vast repository ensures thorough and precise verification, bolstering the reliability of your transaction assessments.
Input
A full explanation of an input example in JSON.
1{ 2 "bin": "535316", 3 "ip": "8.8.8.8" 4}
Output sample
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "BIN": { 4 "Status": "SUCCESS", 5 "Scheme": "MASTERCARD", 6 "Type": "CREDIT", 7 "Issuer": "COMMONWEALTH BANK OF AUSTRALIA", 8 "CardTier": "PLATINUM MASTERCARD", 9 "Country": { 10 "A2": "AU", 11 "A3": "AUS", 12 "N3": "036", 13 "ISD": "61", 14 "Name": "Australia", 15 "Cont": "Oceania" 16 }, 17 "Luhn": true 18 }, 19 "IP": { 20 "ip": "8.8.8.8", 21 "hostname": "dns.google", 22 "anycast": true, 23 "city": "Mountain View", 24 "region": "California", 25 "country": "US", 26 "loc": "37.4056,-122.0775", 27 "org": "AS15169 Google LLC", 28 "postal": "94043", 29 "timezone": "America/Los_Angeles" 30 } 31 } 32]