POPBill Developers
API Reference

1. 성명조회

1.1. CheckAccountInfo - 성명조회

  • 1건의 예금주성명을 조회합니다.
accountCheckService.checkAccountInfo(CorpNum, BankCode, AccountNumber, UserID, success, error)
Parameters
순번변수명타입길이필수설명
CorpNum string 10 Y 팝빌회원 사업자번호 ('-' 제외)
BankCode string 4 Y 조회할 기관코드
AccountNumber string 30 Y 조회할 기관의 계좌번호 ('-' 제외)
7자리 이상 14자리 이하
UserID string 50 N 팝빌회원 아이디
success function - Y 성공에 대한 콜백 함수
error function - Y 실패에 대한 콜백 함수
Return

AccountCheckInfo

Throws

PopbillException