POPBill Developers
API Reference

A. 객체정보

PBResponse

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

Err

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

PBAccountCheckInfo

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

PBDepositorCheckInfo

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