get Platform Account Holder
suspend fun getPlatformAccountHolder(bank: Bank, accountNumber: String, birthdate: String? = null, businessRegistrationNumber: String? = null): PlatformAccountHolder
예금주 조회
계좌의 예금주를 조회합니다.
Parameters
bank
은행
account Number
'-'를 제외한 계좌 번호
birthdate
생년월일
실명 조회를 위해 추가로 보낼 수 있습니다. birthdate과 businessRegistrationNumber 중 하나만 사용해야 합니다.
business Registration Number
사업자등록번호
실명 조회를 위해 추가로 보낼 수 있습니다. birthdate과 businessRegistrationNumber 중 하나만 사용해야 합니다.
Throws
요청이 거절된 경우
요청된 입력 정보가 유효하지 않은 경우
외부 api 오류
외부 api의 일시적인 오류
플랫폼 기능이 활성화되지 않아 요청을 처리할 수 없는 경우
지원하지 않는 은행인 경우
인증 정보가 올바르지 않은 경우
API 응답이 알 수 없는 형식인 경우