Bank of America BIN Lookup

Look up Bank Identification Numbers for cards issued by Bank of America.

About Bank of America BINs

Bank Bank of America Country US Card Brands Visa, Mastercard Known BIN Ranges 401901, 401902, 402076, 520001

Bank of America issues payment cards on the Visa and Mastercard networks. Our database includes detailed information about Bank of America BINs including card types, levels, and features.

Common BIN Prefixes

BIN Brand Type
401901 Visa Credit/Debit
401902 Mastercard Credit/Debit
402076 Visa Credit/Debit
520001 Mastercard Credit/Debit

Bank of America BIN Lookup via API

Terminal
curl -X GET "https://api.binlookupapi.com/v1/401901" \
     -H "Authorization: Bearer YOUR_API_KEY"

Example response:

Terminal
{
  "bin": "401901",
  "brand": "Visa",
  "type": "credit",
  "bank": {
    "name": "Bank of America",
    "country": "US"
  }
}
Get Free API Key

See Also