v1
latestOpenAPI 3.1.02026-07-263847150.4 KBBIN API (Card Payment)
Obtain user's card properties information based on BIN (Bank Identification Number)
get/v1/bins/{bin_number}
Path parameters
bin_numberstring required
Requested Bin number
Response
200
Example response
{
"data": {
"country_name": "Indonesia",
"country_code": "id",
"brand": "visa",
"bin_type": "credit",
"bin_class": "gold",
"bin": "45563300",
"bank_code": "bca",
"bank": "bank central asia"
}
}