BIN/IIN Lookup & Card Validation
## Know the card before you trust the transaction ⚡ Every payment card starts with a BIN/IIN — the first 6–8 digits. Our API turns that number into **actionable intelligence in milliseconds**: which bank issued it, which network runs it, what country it's from, and whether it's debit or credit. ### Why developers choose us - 🗂️ **376,000+ BINs** — deep global coverage across Visa, Mastercard,…
BIN/IIN Lookup & Card Validation endpoints
| Method | Endpoint | Description |
|---|---|---|
| Lookup | ||
| POST |
lookupBatch /v1/bin/batch |
Look up many BINs in one call. Max 100 per request. |
| GET |
lookupBin /v1/bin/{bin} |
Returns issuer/network/country metadata for one BIN. Accepts 6-8 digits; keyed on the first 6. |
| Validation | ||
| POST |
validateCard /v1/validate |
|
| Meta | ||
| GET |
getMeta /v1/meta |
|
BIN/IIN Lookup & Card Validation pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | 20 / second |
|
| ULTRA | $34.99 / month | 50 / second |
|
| MEGA | $149 / month | 100 / second |
|