은행정보 리스트를 조회합니다.
Deprecated
이 문서는 더 이상 관리되지 않습니다.
PortOne 개발자센터arrow-up-right를 이용해주세요.
GET https://api.iamport.kr/banks
GET
https://api.iamport.kr/banks
code * integer
code
응답코드
0이면 정상적인 조회, 0 이 아닌 값이면 message를 확인해봐야 합니다
message * string
message
응답메세지
code 값이 0이 아닐 때, '존재하지 않는 결제정보입니다'와 같은 오류 메세지를 포함합니다
response (Array[StandardCodeAnnotation], optional)** **
response
(Array[StandardCodeAnnotation], optional)
code * string
string
기관코드(금융결제원표준코드)
name * string
name
기관명(금융결제원기재명)
{ // Response }
Swagger Test Link
https://api.iamport.kr/#!/codes/allBankCodesarrow-up-right
Last updated 2 years ago
Was this helpful?
{ "code": 0, "message": "string", "response": [ { "code": "string", "name": "string" } ] }