BIN 414720

BIN 414720 identifies a Visa credit card issued by JPMorgan Chase Bank N.A. in United States. Enter a longer prefix below for a more precise match — the API accepts 6 to 11 digits.

Card Information

BIN / IIN 414720 Scheme Visa Funding Type Credit Card Level Traditional Issuer JPMorgan Chase Bank N.A. Country United States (US) Card Number Length 16 digits Segment Personal

Look Up BIN {bin.prefix} via API

The same record is available programmatically from one POST request:

Terminal
$ curl -X POST "https://api.binlookupapi.com/v1/bin" \
    -H "Authorization: Bearer YOUR_API_KEY" \
    -H "Content-Type: application/json" \
    -d '{"number": 414720}'

{
  "mode": "live",
  "data": {
    "bin": "414720",
    "scheme": "visa",
    "funding": "credit",
    "brand": "VISA",
    "category": "Traditional",
    "country": {
      "code": "US",
      "name": "United States"
    },
    "issuer": {
      "name": "JPMorgan Chase Bank N.A."
    },
    "commercial": false
  }
}

Every field above comes from the live dataset. Where a record is missing an issuer, card type, or country, we don't publish a page for it. See the API reference →

Get Free API Key

Related