BIN / Card Lookup
bin_lookupIdentify the issuing bank, scheme (Visa / Mastercard / Amex / etc), card type (credit/debit/prepaid), and country behind a card BIN. Accepts a 6-8 digit BIN or a full PAN (Luhn-checked, never echoed). Returns scheme + card_type + brand + issuer_bank + country + risk_band. PCI-safe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_or_bin | Yes | 6-8 digit BIN or full PAN (with or without spaces/dashes). | |
| use_binlist_fallback | No | When false, force offline-only response (curated table + scheme prefix detection only). |