BIN Lookup API | Orunk Developer Tools
REAL-TIME BANK IDENTIFICATION

BIN Lookup API

Instantly validate card details, identify issuing banks, card types, brands, and countries with our reliable and fast BIN API service. Secure your API key and integrate in minutes.

High Availability
Accurate Data
Easy Integration

Try BIN Lookup

API Active

Try: 424242 (VISA), 555555 (Mastercard), 378282 (Amex)

Core API Features

Unlock essential card data to enhance your applications and prevent fraud.

Fraud Prevention Aid

Identify card origin (`country_name`, `country_iso`) to cross-reference with user location and flag suspicious activities.

Comprehensive Data

Access key details: Bank Name (`bank_name`), Card Brand (`card_brand`), Type (`card_type`), Level (`card_level`), and Country.

Fast & Reliable

Get instant API responses. Performance optimized for speed and high availability (server-dependent).

Card Detail Identification

Easily identify card brand (VISA, Mastercard, etc.), type (Credit/Debit), and level (Classic, Platinum).

Secure API Key Access

Managed API key validation, plan-based rate limiting, and optional IP restrictions via our account system.

Simple Integration

Standard REST API principles for easy integration into any application. JSON and XML responses available.

Simple Steps to Integrate

Start using the BIN Lookup API with your application in minutes.

1. Obtain Your API Key

Sign up for an Orunk account and select a plan to receive your unique API key. Get started free with our basic tier!

  • Quick sign-up process.
  • Free tier available to get started.
  • API key accessible in your dashboard.
  • Easy and simple dashboard to track daily/monthly usage.
Choose a Plan & Get Key
Account Dashboard Example

Manage your API keys and subscriptions via your account.

2. Make an API Request

API Endpoint:

https://api.orunk.com/wp-json/bin/v1/lookup/{BIN_NUMBER}?api_key=YOUR_API_KEY

Send a GET request to this endpoint with the desired BIN (6-8 digits) and your API key.

  • Use standard HTTP GET requests.
  • Authenticate via `api_key` query parameter.
Full Documentation

# Example using cURL:
curl "https://api.orunk.com/wp-json/bin/v1/lookup/424242?api_key=YOUR_API_KEY"

# Example with JavaScript Fetch API:
fetch('https://api.orunk.com/wp-json/bin/v1/lookup/424242?api_key=YOUR_API_KEY')
  .then(response => response.json())
  .then(data => console.log(data));
                                            

3. Process the JSON Response

Receive a structured JSON (or XML, if configured) response containing detailed information for the queried BIN.

  • Includes bank, brand, type, level, country.
  • Easy to parse in any programming language.
Full Documentation

{
  "bin": "424242",
  "bank_name": "JPMORGAN CHASE BANK, N.A.",
  "card_brand": "VISA",
  "card_type": "DEBIT",
  "card_level": "CLASSIC",
  "country_iso": "US",
  "country_name": "United States"
}
                                        

Versatile Use Cases

Leverage BIN data for various business applications.

E-commerce Checkout

Enhance user experience by displaying correct card logos and tailoring payment options based on card type.

Risk Management

Compare card's issuing country with customer's IP/billing address to assess transaction risk and prevent fraud.

Data Analytics

Understand customer payment preferences by analyzing card brands, types, and issuing countries for market insights.

API Key Plans

Choose a plan to get your API key. All plans managed via your Orunk account.

Free

Free
  • 5 Requests / Day
  • 3,000 Requests / Month
  • Limited Access to BIN data
  • Community Support
Get Started Free

Pro

$9.00 / 30 days
  • 10,000 / Day
  • 50,000 Requests / Month
  • Full Access to BIN data
  • Customer Support
  • Priority Support
Get Started

Business

$29.00 / 30 days
  • Unlimited Daily Requests
  • 200,000 Requests / Month
  • Full Access to BIN data
  • Customer Support
  • Priority Support
  • Customization Options
Get Started

Plan limits and features are enforced by the API key validation system. Ensure you have the correct key for your chosen plan. *Fair use policies may apply to unlimited usage.

Frequently Asked Questions

Common questions about our BIN Lookup API Service.

Start Integrating Today

Get your API key and begin leveraging detailed BIN information to enhance your applications.