v1
latestSwagger 2.02026-07-132830204.5 KBE-commerce
BIN Lookup
Perform a BIN (Bank Identification Number) or IIN (Issuer Identification Number) lookup
get/bin-lookup
Query parameters
bin-numberstring required
The BIN or IIN number. This is the first 6, 8 or 10 digits of a card number, use 8 (or more) digits for the highest level of accuracy
customer-ipstring
Pass in the customers IP address and we will return some extra information about them
Response
OK
Example response
{
"bin-number": "48334884",
"card-brand": "VISA",
"card-category": "PLATINUM",
"card-type": "CREDIT",
"country": "NEW ZEALAND",
"country-code": "NZ",
"country-code3": "NZL",
"currency-code": "NZD",
"ip-blocklisted": false,
"ip-blocklists": [],
"ip-city": "",
"ip-country": "",
"ip-country-code": "",
"ip-country-code3": "",
"ip-matches-bin": false,
"ip-region": "",
"is-commercial": false,
"is-prepaid": false,
"is-reloadable": true,
"issuer": "KIWIBANK, LTD.",
"issuer-phone": "",
"issuer-website": "http://www.kiwibank.co.nz",
"valid": true
}