Resolve Card BIN
Card Details
It provides the details of a card.
GET-Resolve Card BIN
{{baseUrl}}/api/v1/general/bin?card_bin
GET Parameter | Type | Description |
---|---|---|
card_bin required | int | 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"
}
}
Updated almost 2 years ago