1. 예금주조회
1.1. CheckAccountInfo - 계좌성명조회
- 1건의 예금주성명을 조회합니다.
function accountcheckinfo checkaccountinfo(string userCorpnum, string bankcode, string accountnumber, string userid) throws popbillexception
Parameters
순번 | 변수명 | 타입 | 길이 | 필수 | 설명 |
---|---|---|---|---|---|
userCorpnum | string | 10 | Y | 팝빌회원 사업자번호 ('-' 제외) | |
bankcode | string | 4 | Y | 조회할 기관코드 | |
accountnumber | string | 30 | Y | 조회할 기관의 계좌번호 ('-' 제외)
8자리 이상 14자리 이하
|
|
userid | string | 50 | N | 팝빌회원 아이디 |
Return
Throws
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 | 팝빌회원 사업자번호 ('-' 제외) | |
bankcode | string | 4 | Y | 조회할 기관코드 | |
accountnumber | string | 30 | Y | 조회할 기관의 계좌번호 ('-' 제외)
8자리 이상 14자리 이하
|
|
identitynumtype | string | 1 | Y |
등록번호 유형
B사업자
P개인
|
|
identitynum | string | 10 | Y |
예금주 등록번호 ('-' 제외)
- {IdentityNumType}="B" 경우 사업자번호 - {identityNumType}="P" 경우 생년월일 (형식 : yyMMdd) |
|
userid | string | 50 | N | 팝빌회원 아이디 |