BIN Lookup avatar
BIN Lookup

Pricing

$1.50 / 1,000 results

Go to Store
BIN Lookup

BIN Lookup

Developed by

VCBox

VCBox

Maintained by Community

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

  1. Receives a JSON input with the bin key.
  2. Queries a local SQLite database for a match.
  3. Returns detailed information or an error message.
  4. 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.