BIN Lookup
Pricing
$1.50 / 1,000 results
BIN Lookup
A simple and powerful tool for performing Bank Identification Number (BIN) lookups using a local SQLite database. This script retrieves detailed information about a card's issuing bank, card brand, type, and country based on the first 6 to 16 digits of a card number.
๐ BIN Card Lookup
A simple and powerful tool for performing Bank Identification Number (BIN) lookups using a local SQLite database. This script retrieves detailed information about a card's issuing bank, card brand, type, and country based on the first 6 to 16 digits of a card number.
๐ก Hosted by VCBox โ your reliable tool for verification, enrichment, and data automation.
๐ฌ Need help? Contact: @VCBox_Team on Telegram
๐ Features
- ๐ง Instant BIN Lookup: Retrieve metadata from BIN (first 6โ16 digits).
- โก Fast & Lightweight: Uses a local SQLite database for quick lookups.
- ๐ Comprehensive Data: Includes card brand, type, category, bank details, country info, currency, and even emoji ๐ฏ๐ต.
- โ๏ธ Optimized for platform automation: Works seamlessly with structured input/output.
๐ฅ Input Schema
This tool expects a simple JSON input with one key: bin.
Example Input
{"bin": "498000"}
๐ The bin value must be a string of 6โ16 numeric digits.
๐ค Output Schema
The result will be returned as a JSON object.
โ Example: BIN Found
{"bin": "498000","card_brand": "VISA","card_type": "CREDIT","card_category": "PREMIER","bank_name": "SUMITOMO MITSUI CARD CO., LTD.","bank_phone": "81-3-3282-8111","bank_url": "www.smfg.co.jp","country_code": "JP","country_code3": "JPN","country_name": "Japan","country_phone_code": "+81","currency_symbol": "ยฅ","currency_code": "JPY","currency_name": "Japanese yen","continent": "Asia","continent_code": "AS","country_capital": "Tokyo","emoji": "๐ฏ๐ต"}
โ Example: BIN Not Found
{"error": "BIN not found"}
๐ ๏ธ How It Works
- Receives a JSON input with the
binkey. - Queries a local SQLite database for a match.
- Returns detailed information or an error message.
- Result is stored in the default Key-Value Store.
๐ก Use Cases
- ๐ฆ Fraud detection & payment validation
- ๐ฒ Card BIN enrichment in fintech apps
- ๐ E-commerce or checkout flow optimization
- ๐ Real-time compliance verification
๐งโ๐ป Developer Notes
- Built with Node.js
- No need to expose a port or run a web server
- Local SQLite database bundled with the script
๐ About VCBox
VCBox is a toolkit for email, phone, IP, BIN, and domain verification โ supporting high-scale enrichment & data validation.
Explore more tools: https://vcbox.in
Join our dev & user group: @VCBox_Team
๐ License
MIT โ free to use, modify, and share. For commercial integration or large-scale use, please contact the VCBox team.
