BIN Checker
**Bank Info Tools API** is an HTTP facade over several lookup capabilities: two BIN routes, IBAN validation, IP or hostname details, and IFSC branch lookup. Responses wrap remote JSON in a unified envelope. --- ### What it does - **BIN check (new)** — form-style upstream request; exposed as `GET` with path `bin` for convenience. - **BIN check (old)** — JSON BIN lookup via alternate route. -…
BIN Checker endpoints
| Method | Endpoint | Description |
|---|---|---|
| bankInfo | ||
| GET |
BinCheck_1 /bank_k33d/binCheckOld/{bin} |
BIN must normalize to at least 6 digits. |
| GET |
BinCheck_2 /bank_k33d/binCheckNew/{bin} |
BIN must normalize to at least 6 digits. |
| GET |
IfscDetails /bank_k33d/ifscDetails/{ifsc} |
IFSC is normalized (trim, uppercase), minimum length 11. |
| GET |
IbanValidate /bank_k33d/ibanValidate/{iban} |
IBAN length after removing spaces must be at least 15. |
| GET |
IpDetails /bank_k33d/ipDetails |
Use query parameter `q` for IPv4, IPv6, or domain. |
BIN Checker pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 500 / hour |
|
| PRO | $10 / month | 600 / hour |
|