bin_lookup
ActiveTool of Ready APIs
Identify 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.
Parameters schema
{
"type": "object",
"required": [
"card_or_bin"
],
"properties": {
"card_or_bin": {
"type": "string",
"description": "6-8 digit BIN or full PAN (with or without spaces/dashes)."
},
"use_binlist_fallback": {
"type": "boolean",
"default": true,
"description": "When false, force offline-only response (curated table + scheme prefix detection only)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries