BIN 512345
Card Information
BIN 512345 Brand Mastercard Type Credit Issuer Citibank Country United States (US)
BIN 512345 is a Mastercard credit card issued by Citibank in United States. This BIN prefix is used to identify cards from this specific issuer and card program.
API Response
Look up this BIN via our API:
Terminal
curl -X GET "https://api.binlookupapi.com/v1/512345" \
-H "Authorization: Bearer YOUR_API_KEY" Example response:
Terminal
{
"bin": "512345",
"brand": "Mastercard",
"type": "credit",
"bank": {
"name": "Citibank"
},
"country": {
"name": "United States",
"code": "US"
},
"prepaid": false,
"commercial": false
}