BIN 512345
BIN 512345 identifies a Mastercard debit card issued by Afriland First Bank in Liberia. Enter a longer prefix below for a more precise match — the API accepts 6 to 11 digits.
Card Information
BIN / IIN 512345 Scheme Mastercard Funding Type Debit Card Level Standard Issuer Afriland First Bank Country Liberia (LR) Card Number Length 16 digits Segment Personal
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": 512345}'
{
"mode": "live",
"data": {
"bin": "512345",
"scheme": "mastercard",
"funding": "debit",
"brand": "MASTERCARD",
"category": "Standard",
"country": {
"code": "LR",
"name": "Liberia"
},
"issuer": {
"name": "Afriland First Bank"
},
"commercial": false
}
} 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 →