BIN Lookup
## Identify the brand, issuer, type and country behind any card from its BIN Given a BIN (Bank Identification Number — first 4-8 digits) or full PAN, this API returns the card brand (VISA, Mastercard, Amex, etc.), the issuer bank, the card type (debit/credit/prepaid), and the country of issuance. When you pass a full PAN, we also return whether it's Luhn-valid. **342,000+ BIN ranges** covering…
BIN Lookup endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Lookup BIN /lookup |
Look up a single BIN or full PAN. Returns brand, issuer bank, type, category, country, and Luhn validity (when a full PAN is provided). **How it works** - Accepts BIN prefixes… |
| POST |
Lookup BINs Batch /lookup-batch |
Lookup up to 50 BINs in a single call. Returns per-entry results plus a `notFound` array for any unmatched prefixes. Each entry may be a BIN prefix or a full PAN; Luhn validation… |
| GET |
Database Stats /stats |
Returns coverage stats — total BINs in the store, per-brand distribution, and sync metadata. Use this to verify database freshness before relying on lookups in production, or for… |
BIN Lookup pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA | $29 / month | — |
|
| MEGA | $99 / month | — |
|