BIN 371234
Card Information
BIN 371234 Brand American Express Type Credit Issuer American Express Country United States (US)
BIN 371234 is a American Express credit card issued by American Express 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/371234" \
-H "Authorization: Bearer YOUR_API_KEY" Example response:
Terminal
{
"bin": "371234",
"brand": "American Express",
"type": "credit",
"bank": {
"name": "American Express"
},
"country": {
"name": "United States",
"code": "US"
},
"prepaid": false,
"commercial": false
}