BIN

Popular
by APIGridFinancev1Updated 2026-03-31
5.0(1 reviews)
4.8M / month
Monthly Requests
1366 ms
Avg Latency
99.99%
Uptime SLA
12
Endpoints

About this API

The BIN API now exposes a full product surface instead of a single lookup route. You can batch resolve ranges, enrich issuers and card levels, score fraud signals, search the catalog, compare BINs, and match issuer geography against IP geolocation from one centralized BIN service.

  • Single lookup plus batch BIN resolution
  • Derived issuer, card level, ecommerce, and 3DS intelligence
  • Risk, geo, compare, search, and aggregated stats endpoints
  • Issuer metadata and IP-to-BIN mismatch analysis
  • Admin-friendly centralized schema with Postman export support
  • Database-backed range matching with source-aware fallback logic

Tags

#bin lookup#issuer intelligence#card risk#fraud prevention#payments#fintech

Quick Start

Shell
curl -X GET \
  "https://api.apigrid.net/v1/bin/lookup/414720" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

Response example

JSON
{
  "bin": "414720",
  "scheme": "visa",
  "issuer": "JPMORGAN CHASE BANK, N.A.",
  "issuing_bank_tier": "tier1",
  "card_segment": "consumer",
  "estimated_card_level": "platinum",
  "issuing_country_risk_score": 16,
  "cross_border_usage_likelihood": "high",
  "ecommerce_capable": true,
  "3ds_required_likelihood": "medium",
  "prepaid_risk_score": 18
}
Free / 1K
starting price
Subscribe NowStart Free Account

No credit card required for free tier

Provider

APIGrid
Verified Provider
SDKs
cURLNode.jsPython
Visit provider website

Statistics

Monthly API calls4.8M / month
Average latency1366 ms
Uptime SLA99.99%
Endpoints12
Versionv1
Last updated2026-03-31
Back to Directory