---
title: "Get BIN (Bank Identification Number) Information"
method: GET
path: "/bin/?search="
---

# Get BIN (Bank Identification Number) Information

`GET /bin/?search=`

Use this API route when you are trying to determine if a BIN number is a credit, debit, or corporate card as well as the card product.

## Query parameters

- `search` string, required

## Response `200`

200

- object
  - `bank` object
    - `address` string
    - `foreignBank` string
    - `name` string
    - `phone` string
    - `www` string
  - `bin` string
  - `brand` string
  - `country` object
    - `abbreviation2` string
    - `abbreviation3` string
    - `iso` string
    - `name` string
  - `created` string
  - `id` string
  - `level` string
  - `modified` string
  - `runId` string
  - `source` string
  - `type` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/mxmerchant/apis/checkout-api.md) · [All operations](https://skmtc.net/mxmerchant/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mxmerchant/checkout-api/versions/6807b698abcb/schema)
