POPBill Developers
  • 가이드
  • API Reference
  • SDK
  • 오류코드
예금주조회
  • 전자세금계산서
  • 현금영수증
  • 전자명세서
  • 홈택스수집(세금)
  • 홈택스수집(현금)
  • 사업자등록상태조회
  • 기업정보조회
  • 계좌조회
  • 예금주조회
  • 카카오톡
  • 문자
  • 팩스
.NET Core
  • Java
  • PHP
  • .NET
  • .NET Core
  • Node.js
  • Python
  • Ruby
  • ASP
  • Delphi
  • PowerBuilder
  • Visual Basic
  • MS Access
API Reference

2. 실명조회

2.1. CheckDepositorInfo - 실명조회

  • 1건의 예금주실명을 조회합니다.
DepositorCheckInfo CheckDepositorInfo(string MemberCorpNum, string BankCode, string AccountNumber, string IdentityNumType, string IdentityNum, string UserID = null)
Parameters
순번변수명타입길이필수설명
MemberCorpNum string 10 Y 팝빌회원 사업자번호 ('-' 제외)
BankCode string 4 Y 조회할 기관코드
AccountNumber string 30 Y 조회할 기관의 계좌번호 ('-' 제외)
7자리 이상 14자리 이하
IdentityNumType string 1 Y 실명번호 유형
B사업자
P개인
IdentityNum string 10 Y 실명번호 ('-' 제외)
- {IdentityNumType}="B" 경우 사업자번호
- {identityNumType}="P" 경우 생년월일 (형식 : yyMMdd)
UserID string 50 N 팝빌회원 아이디
Return

DepositorCheckInfo

Throws

PopbillException