
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.
0.0 (0)
Pricing
$1.50 / 1,000 results
0
Total users
1
Monthly users
1
Runs succeeded
>99%
Last modified
5 days ago
π 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
bin
key. - 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.