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

    Type Alias IssuedPgBillingKeyIssueResponse

    빌링키 발급 성공 채널 응답

    type IssuedPgBillingKeyIssueResponse = {
        type: "ISSUED";
        channel: SelectedChannel;
        pgTxId?: string;
        method?: BillingKeyPaymentMethod;
    }
    Index

    Properties

    type: "ISSUED"

    채널

    빌링키 발급을 시도한 채널입니다.

    pgTxId?: string

    PG사 거래 아이디

    빌링키 결제수단 상세 정보

    채널에 대응되는 PG사에서 응답한 빌링키 발급 수단 정보입니다.