---
title: "Get Card BIN Information"
method: GET
path: "/v1/bins/{bin}"
tags: ["Cards"]
---

# Get Card BIN Information

`GET /v1/bins/{bin}`

> 📘
>
> You can place your application's `client_id` into the `username` field, and your `client_secret` into the `password` form field of the Authentication section of this documentation 👉.

> 🚧
>
> The following BINs will return results in Sandbox:
> * 400000
> * 400022
> * 440393
> * 460369
> * 475833
> * 498503
> * 510805
> * 520082
> * 559430


Use this endpoint to retrieve card network information for a given Bank Identification Number.

## Path parameters

- `bin` string, required

## Response `200`

Successful response

- object
  - `bin` string — The provided Bank Identification Number (BIN)
  - `card_brand` string — The card brand associated with the BIN
  - `card_type` 'debit' | 'prepaid' | 'credit' | 'unknown' — The card type associated with the BIN
  - `interchange_category` 'regulated' | 'unregulated' — The interchange category for the provided BIN
  - `issuer_name` string — The financial institution that issued the card
  - `settlement_network` string — The settlement network used for payment

---

[API](https://skmtc.net/astra/apis/astra-developer-api.md) · [All operations](https://skmtc.net/astra/apis/astra-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astra/astra-developer-api/revisions/09f0430e5d33/schema)
