Resolve Card BIN

Card Details

It provides the details of a card.

GET-Resolve Card BIN

{{baseUrl}}/api/v1/general/bin?card_bin
GET ParameterTypeDescription
card_bin requiredint First 6 digits of your card
{
  "entity": {
    "bin": "506118",
    "brand": "Verve",
    "sub_brand": "",
    "country_code": "NG",
    "country_name": "Nigeria",
    "card_type": "DEBIT",
    "bank": "Ecobank Nigeria"
  }
}