GET
/
api
/
v1
/
general
/
bin
curl --request GET \
  --url https://api.dojah.io/api/v1/general/bin \
  --header 'AppId: <appid>' \
  --header 'Authorization: <api-key>'
{
  "entity": {
    "bin": "426118",
    "brand": "Verve",
    "sub_brand": "",
    "country_code": "NG",
    "country_name": "Nigeria",
    "card_type": "DEBIT",
    "bank": "Ecobank Nigeria"
  }
}
AppId
string
required

Application ID from dashboard

Query parameter

card_bin
string
required

First 6 digit of your bank

RESPONSES

200
json

json

400
Object
401
Object
{
  "entity": {
    "bin": "426118",
    "brand": "Verve",
    "sub_brand": "",
    "country_code": "NG",
    "country_name": "Nigeria",
    "card_type": "DEBIT",
    "bank": "Ecobank Nigeria"
  }
}

Was this page helpful?