POPBill Developers
API Reference

A. 객체정보

Response

순번변수명타입길이설명
code int - API 처리에 대한 응답코드
1성공
message str - API 처리에 대한 응답메시지

PopbillException

순번변수명타입길이설명
code int - API 처리 실패에 대한 오류코드
음의 정수 8자리 숫자값 [참고] 오류코드
message str - API 처리 실패에 대한 오류메시지

AccountCheckInfo

순번변수명타입길이설명
result str 10 상태코드
resultMessage str 2000 상태메시지
accountName str 30 예금주 성명
금융기관에 따라 응답하는 최대 길이의 차이가 있음
bankCode str 4 기관코드
accountNumber str 30 계좌번호
7자리 이상 14자리 이하
checkDate str 13 확인일시
타임스탬프 (단위 : ms)

DepositorCheckInfo

순번변수명타입길이설명
result str 10 상태코드
resultMessage str 2000 상태메시지
accountName str 30 예금주 성명
금융기관에 따라 응답하는 최대 길이의 차이가 있음
bankCode str 4 기관코드
accountNumber str 30 계좌번호
7자리 이상 14자리 이하
identityNumType str 1 실명번호 유형
B사업자
P개인
identityNum str 10 실명번호 ('-' 제외)
- {identityNumType}="B" 경우 사업자번호
- {identityNumType}="P" 경우 생년월일 (형식 : yyMMdd)
checkDate str 13 확인일시
타임스탬프 (단위 : ms)