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]
  }
}