오픈API

예금 계좌 잔액 조회 v1.0.0

예금 계좌 잔액 조회 v1.0.0

API개요

API개요(API 명, API 설명, URL, HTTP Method, OAuth 2.0, 제3자 정보제공 동의) 표
API 명 예금 계좌 잔액 조회
API 설명 예금 계좌 잔액 조회
URL /ibk/biz/bizAcntBalInq
HTTP Method POST
OAuth 2.0 Y
제3자 정보제공 동의 비대상
이용금액 별도협의

Request Header

항목명 필드명 데이터타입 길이 Scale 필수여부 설명
오픈API사용자일련번호oapiusersrnNumber100

클라이언트ID

X-IBK-Client-Id

String

32

0

클라이언트Sceret

X-IBK-Client-Secret

String

320

Authorization

Authorization

String

40000

Request Body

LV 항목명 필드명 데이터타입 길이 Scale 필수여부 설명
1오픈API클라이언트IDoapiClntIdString500
1오픈API정보제공대체번호oapiInofrAltrNoString200

Request Sample

{
  "dpsrNm" : "sample_dpsrNm",
  "oapiInofrAltrNo" : "sample_oapiInofrAltrNo",
  "oapiInofrTgtNo" : "sample_oapiInofrTgtNo",
  "arrTobNo" : 0.0,
  "crcd" : "sample_crcd",
  "bnkbBal" : 0.0,
  "pymtAblAmt" : 0.0,
  "newYmd" : "sample_newYmd",
  "expiYmd" : "sample_expiYmd",
  "lstrYmd" : "sample_lstrYmd",
  "pdm" : "sample_pdm"
}

Response Header

Response Body

LV 항목명 필드명 데이터타입 길이 Scale 필수여부 설명
1예금주명dpsrNmString500
1오픈API정보제공대체번호oapiInofrAltrNoString200
1오픈API정보제공대상번호oapiInofrTgtNoString200
1계약회차번호arrTobNoNumber100
1통화코드crcdString30
1통장잔액bnkbBalNumber193
1지불가능금액pymtAblAmtNumber193
1신규년월일newYmdString80
1만기년월일expiYmdString80
1최종거래년월일lstrYmdString80
1상품명pdmString1000

Response Sample

{
  "dpsrNm" : "sample_dpsrNm",
  "oapiInofrAltrNo" : "sample_oapiInofrAltrNo",
  "oapiInofrTgtNo" : "sample_oapiInofrTgtNo",
  "arrTobNo" : 0.0,
  "crcd" : "sample_crcd",
  "bnkbBal" : 0.0,
  "pymtAblAmt" : 0.0,
  "newYmd" : "sample_newYmd",
  "expiYmd" : "sample_expiYmd",
  "lstrYmd" : "sample_lstrYmd",
  "pdm" : "sample_pdm"
}

성공/실패 Case