BIN Lookup
GET {{baseUrl}}/bin-lookup?bin-number=<string>&customer-ip=<string>
Perform a BIN (Bank Identification Number) or IIN (Issuer Identification Number) lookup
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
bin-number | string | (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-ip | string | Pass in the customers IP address and we will return some extra information about them |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"country":"\u003cstring\u003e","ip-city":"\u003cstring\u003e","ip-matches-bin":"\u003cboolean\u003e","card-type":"\u003cstring\u003e","card-category":"\u003cstring\u003e","ip-country-code":"\u003cstring\u003e","ip-country":"\u003cstring\u003e","issuer":"\u003cstring\u003e","ip-blocklisted":"\u003cboolean\u003e","valid":"\u003cboolean\u003e","ip-blocklists":["\u003cstring\u003e","\u003cstring\u003e"],"issuer-website":"\u003cstring\u003e","country-code":"\u003cstring\u003e","ip-region":"\u003cstring\u003e","card-brand":"\u003cstring\u003e","issuer-phone":"\u003cstring\u003e","country-code3":"\u003cstring\u003e","currency-code":"\u003cstring\u003e","ip-country-code3":"\u003cstring\u003e","is-commercial":"\u003cboolean\u003e","is-prepaid":"\u003cboolean\u003e","bin-number":"\u003cstring\u003e"}