---
title: "List Available Card BINs"
method: GET
path: "/open-api/v3/card/bins"
tags: ["Card Bin"]
---

# List Available Card BINs

`GET /open-api/v3/card/bins`

## Query parameters

- `accountId` string, uuid, required — The UUID of the Account.
- `limit` string, number — Limits the number of items to be returned.
- `page` string, number — The page to be returned, counting from 1 as the first page.

## Response `200`

OK

- CardBinPageResponse — card bin resources page
  - `code` string — Return code
  - `message` string — Error message
  - `data` PageResourceCardBin — Returned data
    - `list` CardBin[] — List of data items
      - `id` string, required — The id of the bin.
      - `bin` string, required — The bank identification number (BIN), the first 6 digits of the card.
      - `type` '0' | '1', required — The type of the CardBin. type: 0-Budget Card，1-Prepaid Card
      - `currencies` string[]
      - `network` string, required — The network of the card.(VISA, Master)
      - `countryRegion` string, required — Two-letter code of country or region, as defined in ISO 3166-1 alpha-2. Example: US
      - `verification` CardBinVerification, required — Validation information
        - `avs` boolean, required — Whether AVS check is supported
        - `threeDs` boolean, required — Whether to support 3DS verification
      - `purchaseLimit` CardBinPurchaseLimit, required — Purchase Limit
        - `day` string, required — Daily purchase limit (/ indicates no limit)
        - `single` string, required — Single purchase limit (/ indicates no limit)
        - `lifetime` string, required — Lifetime purchase limit (/ indicates no limit) time period never expires Total purchase limit during the life of the card
      - `supportPhysicalCard` boolean, required — Is support physicalCard
      - `extend` CardBinExtendDTO — extend information
        - `isSupportGoogleWallet` boolean — is support google wallet
        - `isSupportApplePay` boolean — is support apple pay
    - `total` integer — Total number of records

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/interlace/apis/core-resource.md) · [All operations](https://skmtc.net/interlace/apis/core-resource/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interlace/core-resource/revisions/29c08a4da357/schema)
