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

    Type Alias AdditionalFeatureClient

    포트원 API 클라이언트를 생성합니다.

    type AdditionalFeatureClient = {
        getPgCardPromotions: (
            options: {
                channelKey: string;
                amount: number;
                cardCompany?: PgPromotionCardCompany;
            },
        ) => Promise<GetPgCardPromotionsResponse>;
    }
    Index

    Properties

    getPgCardPromotions: (
        options: {
            channelKey: string;
            amount: number;
            cardCompany?: PgPromotionCardCompany;
        },
    ) => Promise<GetPgCardPromotionsResponse>

    PG사 카드 프로모션 조회 API

    주어진 채널에 대해 PG사에서 제공하는 카드 프로모션 목록을 조회합니다. 해당 API는 현재 특정 PG사(KCP_V2)에 대해서만 지원되며, 지원 여부는 포트원 기술지원팀에 문의 부탁드립니다.

    GetPgCardPromotionsError