BIN 553370
BIN 553370 identifies a Mastercard credit card issued by The Central Trust Bank in United States. Enter a longer prefix below for a more precise match — the API accepts 6 to 11 digits.
Card Information
BIN / IIN 553370 Scheme Mastercard Funding Type Credit Card Level Fleet Issuer The Central Trust Bank Country United States (US) Card Number Length 16 digits Segment Commercial (business/corporate)
Look Up BIN {bin.prefix} via API
The same record is available programmatically from one POST request:
Terminal
$ curl -X POST "https://api.binlookupapi.com/v1/bin" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"number": 553370}'
{
"mode": "live",
"data": {
"bin": "553370",
"scheme": "mastercard",
"funding": "credit",
"brand": "MASTERCARD",
"category": "Fleet",
"country": {
"code": "US",
"name": "United States"
},
"issuer": {
"name": "The Central Trust Bank"
},
"commercial": true
}
} Every field above comes from the live dataset. Where a record is missing an issuer, card type, or country, we don't publish a page for it. See the API reference →