Resolve Card BIN
The resolve BIN gives the following information on a card based on the first 6 or 8 digits of its PAN:
{{host}}/checkout/resolve/bin/{{539941}}
{
"status": true,
"message": "Bin resolved",
"data": {
"bin": "539941",
"scheme": "mastercard",
"brand": null,
"country": {
"code": "NG",
"name": "Nigeria",
"emoji": "๐ณ๐ฌ"
},
"bank": {
"name": "ZENITH BANK",
"url": "www.zenithbank.com",
"phone": "234 (1) 4647000"
},
"type": "debit",
"lengths": [16]
}
}
Updated over 2 years ago