---
title: "BIN API (Card Payment)"
method: GET
path: "/v1/bins/{bin_number}"
---

# BIN API (Card Payment)

`GET /v1/bins/{bin_number}`

Obtain user's card properties information based on BIN (Bank Identification Number)

## Path parameters

- `bin_number` string, required

## Response `200`

200

- object
  - `data` object
    - `country_name` string
    - `country_code` string
    - `brand` string
    - `bin_type` string
    - `bin_class` string
    - `bin` string
    - `bank_code` string
    - `bank` string

## Other responses

- `401` — 401
- `404` — 404

---

[API](https://skmtc.net/midtrans/apis/snap-api.md) · [All operations](https://skmtc.net/midtrans/apis/snap-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/midtrans/snap-api/revisions/67e029cf926a/schema)
