Citibank BIN Lookup

Look up Bank Identification Numbers for cards issued by Citibank.

About Citibank BINs

Bank Citibank Country US Card Brands Visa, Mastercard Known BIN Ranges 230050, 400919, 400927, 400944

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

Common BIN Prefixes

BIN Brand Type
230050 Visa Credit/Debit
400919 Mastercard Credit/Debit
400927 Visa Credit/Debit
400944 Mastercard Credit/Debit

Citibank BIN Lookup via API

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

Example response:

Terminal
{
  "bin": "230050",
  "brand": "Visa",
  "type": "credit",
  "bank": {
    "name": "Citibank",
    "country": "US"
  }
}
Get Free API Key

See Also