VOOZH about

URL: https://apify.com/burbn/bin-checker-pro

⇱ BIN Lookup API Β· Apify


Pricing

from $5.00 / 1,000 results

Go to Apify Store

Fast BIN lookup for credit/debit cards. Get card scheme (Visa/Mastercard/Amex), type (credit/debit/prepaid), issuer bank details (name/website/phone), and country info (flag, region, currency). perfect for payment validation, risk checks, and e‑commerce workflows.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Kevin

Kevin

Maintained by Community

Actor stats

2

Bookmarked

79

Total users

1

Monthly active users

5 months ago

Last modified

Share

Lookup Bank Identification Numbers (BIN) and get detailed card information including card scheme, type, issuer details, and country data.


Table of Contents


Features

FeatureDescription
πŸ’³ Card Scheme DetectionIdentify Visa, Mastercard, Amex, Discover, JCB, and more
🏦 Issuer InformationGet bank name, website, and phone number
🌍 Country DetailsCountry name, flag, region, currency, and language
πŸ“‹ Card TypeCredit, Debit, or Prepaid classification
⭐ Card LevelClassic, Gold, Platinum, Business, Corporate, etc.
πŸ”„ Bulk LookupCheck multiple BINs in a single run
πŸ“Š Clean OutputStructured data ready for analysis

What is a BIN?

BIN (Bank Identification Number) is the first 6-8 digits of a credit or debit card number. It identifies:

  • Card Network - Visa, Mastercard, Amex, etc.
  • Issuing Bank - The financial institution that issued the card
  • Card Type - Credit, Debit, or Prepaid
  • Country of Origin - Where the card was issued

Use Cases

Use CaseDescriptionBenefit
Payment ValidationVerify card details before processingReduce failed transactions
Fraud PreventionDetect suspicious card originsMinimize chargebacks
E-commerceValidate customer payment methodsImprove checkout success
Financial AnalysisAnalyze card distribution patternsData-driven insights
ComplianceVerify card issuer locationsMeet regulatory requirements

Quick Start

Single BIN Lookup

{
"bins":["400115"]
}

Multiple BINs Lookup

{
"bins":["400115","545301","371449","424242"]
}

Input Parameters

ParameterTypeRequiredDescription
binsArrayβœ… YesArray of BIN numbers. Each BIN must be 6-8 digits only

Input Tips

  • Enter only the first 6-8 digits of the card number
  • Each BIN must match pattern: ^[0-9]{6,8}$
  • Supports bulk lookup with multiple BINs
  • Duplicates are automatically removed

Output Fields

Card Information

FieldTypeDescription
binStringThe BIN number
validBooleanWhether the BIN is valid
schemeStringCard scheme (VISA, MASTERCARD, etc.)
brandStringCard brand
typeStringCard type (CREDIT, DEBIT, PREPAID)
levelStringCard level (CLASSIC, GOLD, PLATINUM, etc.)
isCommercialBooleanIs it a commercial/business card
isPrepaidBooleanIs it a prepaid card
currencyStringCard currency code

Issuer Information

FieldTypeDescription
issuerNameStringName of the issuing bank
issuerWebsiteStringBank website URL
issuerPhoneStringBank phone number

Country Information

FieldTypeDescription
countryNameStringCountry name
countryNativeStringCountry name in native language
countryFlagStringCountry flag emoji
countryCodeStringISO 3166-1 alpha-2 code
countryCode3StringISO 3166-1 alpha-3 code
capitalStringCapital city
regionStringGeographic region
subregionStringGeographic subregion
countryCurrencyStringCountry currency code
countryCurrencyNameStringCurrency name
countryCurrencySymbolStringCurrency symbol
languageStringPrimary language
languageCodeStringLanguage code
countryIDDStringInternational dialing code

Dataset Views

This actor provides organized table views for easy data analysis:

ViewDescription
πŸ“Š BIN OverviewQuick summary with scheme, type, and country
πŸ’³ Card DetailsCard scheme, brand, type, level, and prepaid status
🏦 Issuer InformationBank name, website, and contact details
🌍 Country InformationFull country details with region and currency
πŸ“‹ Full DetailsComplete BIN data in one view

Sample Output

{
"bin":"400115",
"valid":true,
"scheme":"VISA",
"brand":"VISA",
"type":"DEBIT",
"level":"PREPAID BUSINESS",
"isCommercial":true,
"isPrepaid":true,
"currency":"JPY",
"issuerName":"ORIENT CORPORATION",
"issuerWebsite":"https://www.orico.co.jp",
"issuerPhone":"+81358771111",
"countryName":"JAPAN",
"countryNative":"ζ—₯本",
"countryFlag":"πŸ‡―πŸ‡΅",
"countryCode":"JP",
"countryCode3":"JPN",
"capital":"Tokyo",
"region":"Asia",
"subregion":"Eastern Asia",
"countryCurrency":"JPY",
"countryCurrencyName":"Japanese yen",
"countryCurrencySymbol":"Β₯",
"language":"Japanese",
"languageCode":"JA",
"countryIDD":"81"
}

FAQ

What is a BIN number?

BIN (Bank Identification Number) is the first 6-8 digits of a payment card. It identifies the card issuer, type, and country of origin.

How many BINs can I check at once?

You can check multiple BINs in a single run. Simply add them to the bins array.

What card schemes are supported?

The actor supports all major card schemes including Visa, Mastercard, American Express, Discover, JCB, Diners Club, UnionPay, and more.

What if a BIN is not found?

If a BIN is not found in the database, the result will show valid: false with an error message.

Is the data accurate?

BIN data is sourced from comprehensive databases and is regularly updated to ensure accuracy.

Can I use this for fraud detection?

Yes, BIN lookup is commonly used for fraud prevention by verifying card origin and type before processing payments.


Keywords

BIN checker, BIN lookup, bank identification number, card BIN lookup, credit card BIN checker, debit card BIN lookup, BIN database, card issuer lookup, payment card validation, BIN validator, card scheme detection, Visa BIN, Mastercard BIN, Amex BIN, card type checker, issuer identification number, IIN lookup, payment fraud prevention, card verification, Apify BIN checker

You might also like

BIN/IP Lookup Checker

easyapi/bin-ip-lookup-checker

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!

BIN Lookup Scraper

codingfrontend/bin-lookup-scraper

Lookup BIN/IIN card information including issuing bank, card type, scheme, brand, and country. Perfect for payment processing and fraud detection.

πŸ‘ User avatar

codingfrontend

3

BIN Card Checker

hung.ad4gate/bin-card-checker

Actor to check BIN information of payment cards worldwide

BIN Lookup Scraper πŸ”

easyapi/bin-lookup-scraper

A powerful BIN/IIN lookup tool that provides comprehensive card information including issuing bank, country, and card scheme details. Perfect for payment processing, fraud detection, and financial data analysis. 🏦 πŸ’³

BIN Checker

dhhoang.dn2/bin-checker

Actor to check BIN information of payment cards worldwide

πŸ‘ User avatar

Đinh Huy Hoàng

110

4.0

BIN Lookup

greip/bin-lookup

Lookup/validate any Bank Identification Numbers (BINs) and retrieve comprehensive card information including scheme, bank details, and country information. Ideal for payment processing, fraud detection, and card validation.

BIN + IP Lookup Checker

codingfrontend/bin-ip-lookup-checker

Lookup BIN/IIN card information combined with IP geolocation for risk scoring. Returns card scheme, bank, country, and IP geolocation data

πŸ‘ User avatar

codingfrontend

2

BIN Lookup

vcbox/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.

NCUA Credit Union Financials Scraper

parseforge/ncua-credit-union-financials-scraper

Pull NCUA call report data on US credit unions filtered by state or charter number. Each record carries charter_no, name, state, assets, members, loans, deposits, and net_worth_ratio. Useful for credit risk reviews, peer benchmarking, and lead generation across the credit union sector.