@portone/server-sdk
    Preparing search index...

    Type Alias SendIdentityVerificationBodyCustomer

    본인인증 요청을 위한 고객 정보

    type SendIdentityVerificationBodyCustomer = {
        id?: string;
        name: string;
        phoneNumber: string;
        identityNumber?: string;
        ipAddress: string;
    }
    Index

    Properties

    id?: string

    식별 아이디

    name: string

    이름

    phoneNumber: string

    전화번호

    특수 문자(-) 없이 숫자만 입력합니다.

    identityNumber?: string

    주민등록번호 앞 7자리

    SMS 방식의 경우 필수로 입력합니다.

    ipAddress: string

    IP 주소

    고객의 요청 속도 제한에 사용됩니다.