카드사명 단건조회 API
카드사정보를 조회합니다.
Last updated
Was this helpful?
카드사정보를 조회합니다.
Last updated
Was this helpful?
Deprecated
이 문서는 더 이상 관리되지 않습니다.
를 이용해주세요.
GET
https://api.iamport.kr/cards/{card_standard_code}
card_standard_code*
String
카드사코드
code
* integer
응답코드
0이면 정상적인 조회, 0 이 아닌 값이면 message를 확인해봐야 합니다
message
* string
응답메세지
code 값이 0이 아닐 때, '존재하지 않는 결제정보입니다'와 같은 오류 메세지를 포함합니다
response
(Array[StandardCodeAnnotation], optional)
** **
code
* string
기관코드(금융결제원표준코드)
name
* string
기관명(금융결제원기재명)
Swagger Test Link