---
title: "GET /enrichments/card-details"
method: GET
path: "/enrichments/card-details"
tags: ["Enrichments"]
---

# GET /enrichments/card-details

`GET /enrichments/card-details`

## Query parameters

- `bin` string, required

## Response `200`

Success

- CardDetailsResponse
  - `brand` string, nullable
  - `funding` string, nullable
  - `segment` string, nullable
  - `issuer` CardIssuerDetails
    - `country` string, nullable
    - `name` string, nullable
  - `binRange` CardBinRange[], nullable
    - `binMin` string, nullable
    - `binMax` string, nullable
  - `additional` AdditionalCardDetail[], nullable
    - `brand` string, nullable
    - `funding` string, nullable
    - `segment` string, nullable
    - `issuer` CardIssuerDetails
      - `country` string, nullable
      - `name` string, nullable
    - `binRange` CardBinRange[], nullable
      - `binMin` string, nullable
      - `binMax` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/basistheory/apis/basis-theory-api.md) · [All operations](https://skmtc.net/basistheory/apis/basis-theory-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/basistheory/basis-theory-api/revisions/cbb8e098b560/schema)
