POPBill Developers
API Reference

1. 예금주조회

1.1. CheckAccountInfo - 계좌성명조회

  • 1건의 예금주성명을 조회합니다.
function accountcheckinfo checkaccountinfo(string userCorpnum, string bankcode, string accountnumber, string userid) throws popbillexception
Parameters
순번변수명타입길이필수설명
userCorpnum string 10 Y 팝빌회원 사업자번호 (하이픈 '-' 제외 10자리)
bankcode string 4 Y 조회할 기관코드
[참고] 조회 가능한 금융기관
accountnumber string 30 Y 조회할 기관의 계좌번호 (하이픈 '-' 제외)
userid string 50 N 팝빌회원 아이디
Return

AccountCheckInfo

Throws

PopbillException

1.2. CheckDepositorInfo - 계좌실명조회

  • 1건의 예금주실명을 조회합니다.
function depositorcheckinfo checkdepositorinfo(string userCorpnum, string bankcode, string accountnumber, string identitynumtype, string identitynum, string userid) throws popbillexception
Parameters
순번변수명타입길이필수설명
userCorpnum string 10 Y 팝빌회원 사업자번호 (하이픈 '-' 제외 10자리)
bankcode string 4 Y 조회할 기관코드
[참고] 조회 가능한 금융기관
accountnumber string 30 Y 조회할 기관의 계좌번호 (하이픈 '-' 제외 8자리 이상 14자리 이하)
identitynumtype string 1 Y 등록번호 유형 : "P" / "B" 중 반환
└ "P" : 개인
└ "B" : 사업자
identitynum string 10 Y {identitynumtype} 값이 "B" 인 경우
└ 사업자번호 입력 (10자)
{identitynumtype} 값이 "P" 인 경우
└ 생년월일 입력 (6자 - 형식 : YYMMDD)
※ '-' 제외하고 입력
userid string 50 N 팝빌회원 아이디
Return

DepositorCheckInfo

Throws

PopbillException