OpenAPI

HOME > OpenAPI > 응답코드조회

응답코드조회[GET 방식]

은행 응답코드에 대한 내용조회를 제공합니다.


1 요청URL
GET

2 요청변수
구분 요청변수 변수명 유형 필수 샘플값 설명
Path fileName 요청 업무 string true ResponseCode
ResponseCode
추가/변경 가능
path01 은행코드 int true 023 3자리은행코드
path02 응답코드 int true 0123 4자리코드
Query type응답형식stringtruexmlxml or json
eCode 법인코드 string false Dataservice 요청 처리하고자 하는 법인코드
sessionID 공개키 string true test 접근하려는 연계시스템 또는 사용자에 부여하는 Key값
subFileName 요청 업무(구분) string false 088 요청 업무 세부 구분 코드(예-은행코드)
gubun 응답구분 int false

3 출력결과필드
출력변수 유형 샘플값 설명
R_CODE responseindex 0000 처리결과코드
R_MSG responseindex 정상 처리되었습니다 처리결과메세지
은행코드 responseindex
응답코드 responseindex
응답내용 responseindex
참고자료 table[0]

4 추가응답코드
  • 개발가이드 페이지의 기본응답코드외 해당 업무특성상 추가되는 응답코드
  • 응답코드 응답메세지 조치 방안

    5 Test API
    Header
    Key Value 비고
    Content-Type application/x-www-form-urlencoded application/xml
    application/json
    Authorization 토큰 인증용 헤더(Bearer + ' ' + 발급토큰)
    client_id 접속회원ID
    client_secret 접속비밀번호
    session_id Session ID
    user-tr-no 요청자 거래고유번호(요청자 생성)


  • [GET] http://api.goodapi.co.kr:8888/Rest/api/ResponseCode



  • Response