BIN Lookup & Card Issuer Data
Look up any card BIN/IIN (the first 6-8 digits of a payment card number) and get back the brand (Visa, Mastercard, Amex...), card type (debit/credit), category (Classic, Gold, Platinum...), the issuing bank with phone and website, and the issuing country with ISO code and flag emoji. Built for fraud screening and checkout UX: verify that the card country matches the customer's IP country, route…
BIN Lookup & Card Issuer Data endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
BIN Lookup /v1/bin/{bin} |
Look up a card BIN/IIN (first 6-8 digits). Returns brand, type, category, issuing bank with phone/website, and country with ISO code and flag emoji. Unknown BINs return… |
| POST |
Bulk BIN Lookup /v1/bin/bulk |
Look up up to 100 BINs in one call. Returns an array of the same objects as the single lookup; malformed entries come back as {bin, error} without failing the batch. |
BIN Lookup & Card Issuer Data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $24.99 / month | — |
|
| MEGA | $49.99 / month | — |
|