타입 별칭 SendIdentityVerificationBody

SendIdentityVerificationBody: {
    storeId?: string;
    channelKey: string;
    customer: SendIdentityVerificationBodyCustomer;
    customData?: string;
    bypass?: void;
    operator: IdentityVerificationOperator;
    method: IdentityVerificationMethod;
}

본인인증 요청을 위한 입력 정보

타입 선언

  • OptionalstoreId?: string

    상점 아이디

    접근 권한이 있는 상점 아이디만 입력 가능하며, 미입력시 토큰에 담긴 상점 아이디를 사용합니다.

  • channelKey: string

    채널 키

  • customer: SendIdentityVerificationBodyCustomer

    고객 정보

  • OptionalcustomData?: string

    사용자 지정 데이터

  • Optionalbypass?: void

    PG사별 추가 파라미터 ("PG사별 연동 가이드" 참고)

  • operator: IdentityVerificationOperator

    통신사

  • method: IdentityVerificationMethod

    본인인증 방식