---
title: "Card BIN Checker"
method: POST
path: "/binChecker"
---

# Card BIN Checker

`POST /binChecker`

Instantpay's Card BIN Checker is a valuable tool for businesses. It verifies Bank Identification Numbers (BINs) with precision and efficiency. This solution uses a database, updated almost daily. It helps confirm a BIN's existence, and accurately identify the issuing bank and card type.

The Card BIN Checker helps prevent fraud. It also ensures reliable payments. It does this by checking card info against a current, extensive database. 

Instantpay's Card BIN Checker helps secure businesses. It boosts confidence, streamlines transactions, and cuts risk.

## Response `200`

200

- object
  - `statuscode` string
  - `actcode` unknown
  - `status` string
  - `data` object
    - `externalRef` string
    - `pool` object
      - `account` string
      - `openingBal` string
      - `mode` string
      - `amount` string
      - `closingBal` string
    - `binDetails` object
      - `bin` string
      - `cardNetwork` string
      - `cardType` string
      - `cardLevel` string
      - `isoCountryName` string
      - `isoCountryA2` string
      - `issuerBank` string
      - `issuerWebsite` string
      - `issuerPhone` string
      - `cardTransfer` string
  - `timestamp` string
  - `ipay_uuid` string
  - `orderid` string
  - `environment` string
  - `internalCode` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/instantpay/apis/identity.md) · [All operations](https://skmtc.net/instantpay/apis/identity/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instantpay/identity/versions/1d0672797b14/schema)
