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

    Type Alias CapturePaymentBody

    수동 매입 입력 정보

    type CapturePaymentBody = {
        storeId?: string;
    }
    Index

    Properties

    Properties

    storeId?: string

    상점 아이디

    접근 권한이 있는 상점 아이디만 입력 가능하며, 미입력시 인증 정보의 상점 아이디를 사용합니다.