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