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