BIN 371234

BIN 371234 identifies a American Express credit card issued by American Express US Consumer in United States. Enter a longer prefix below for a more precise match — the API accepts 6 to 11 digits.

Card Information

BIN / IIN 371234 Scheme American Express Funding Type Credit Card Level Personal Issuer American Express US Consumer Country United States (US) Card Number Length 15 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": 371234}'

{
  "mode": "live",
  "data": {
    "bin": "371234",
    "scheme": "amex",
    "funding": "credit",
    "brand": "AMERICAN EXPRESS",
    "category": "Personal",
    "country": {
      "code": "US",
      "name": "United States"
    },
    "issuer": {
      "name": "American Express US Consumer"
    },
    "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