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 426684, 476173, 540333
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 |
|---|---|---|
| 426684 | Visa | Credit/Debit |
| 476173 | Mastercard | Credit/Debit |
| 540333 | Visa | Credit/Debit |
Bank of America BIN Lookup via API
Terminal
curl -X GET "https://api.binlookupapi.com/v1/426684" \
-H "Authorization: Bearer YOUR_API_KEY" Example response:
Terminal
{
"bin": "426684",
"brand": "Visa",
"type": "credit",
"bank": {
"name": "Bank of America",
"country": "US"
}
}