Capital One BIN Lookup
Look up Bank Identification Numbers for cards issued by Capital One.
About Capital One BINs
Bank Capital One Country US Card Brands Visa, Mastercard Known BIN Ranges 414709, 450875, 524194
Capital One issues payment cards on the Visa and Mastercard networks. Our database includes detailed information about Capital One BINs including card types, levels, and features.
Common BIN Prefixes
| BIN | Brand | Type |
|---|---|---|
| 414709 | Visa | Credit/Debit |
| 450875 | Mastercard | Credit/Debit |
| 524194 | Visa | Credit/Debit |
Capital One BIN Lookup via API
Terminal
curl -X GET "https://api.binlookupapi.com/v1/414709" \
-H "Authorization: Bearer YOUR_API_KEY" Example response:
Terminal
{
"bin": "414709",
"brand": "Visa",
"type": "credit",
"bank": {
"name": "Capital One",
"country": "US"
}
}