---
title: "카드사코드 전체조회 API"
method: GET
path: "/cards"
tags: ["codes"]
---

# 카드사코드 전체조회 API

`GET /cards`

카드사정보 리스트를 조회합니다.<br>
     카드사표준코드, 카드사명을 모두 조회할 수 있습니다(금융결제원표준코드 기준)

## Response `200`

OK

- StandardCodeListResponse — 결제기관 정보
  - `code` integer — 0이면 정상적인 조회, 0아닌 값이면 message를 확인해봐야 합니다
  - `message` string — code값이 0이 아닐 때, '존재하지 않는 결제정보입니다'와 같은 오류 메세지를 포함합니다
  - `response` StandardCodeAnnotation[]
    - `code` string, required — 기관코드(금융결제원표준코드)
    - `name` string, required — 기관명(금융결제원기재명)

## Other responses

- `401` — 인증 Token이 전달되지 않았거나 유효하지 않은 경우
- `404` — 코드에 해당되는 카드사정보를 찾을 수 없음

---

[API](https://skmtc.net/iamport/apis/rest-api.md) · [All operations](https://skmtc.net/iamport/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iamport/rest-api/revisions/006dfffdec43/schema)
