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

    Type Alias CardCredential

    카드 인증 관련 정보

    type CardCredential = {
        number: string;
        expiryYear: string;
        expiryMonth: string;
        birthOrBusinessRegistrationNumber?: string;
        passwordTwoDigits?: string;
    }
    Index

    Properties

    number: string

    카드 번호 (숫자만)

    expiryYear: string

    유효 기간 만료 연도 (2자리)

    expiryMonth: string

    유효 기간 만료 월 (2자리)

    birthOrBusinessRegistrationNumber?: string

    생년월일 (yyMMdd) 또는 사업자 등록 번호 (10자리, 숫자만)

    passwordTwoDigits?: string

    비밀번호 앞 2자리