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

    Type Alias PgSpecificClient

    type PgSpecificClient = {
        getKakaopayPaymentOrder: (
            options: { pgTxId: string; channelKey: string },
        ) => Promise<GetKakaopayPaymentOrderResponse>;
    }
    Index

    Properties

    getKakaopayPaymentOrder: (
        options: { pgTxId: string; channelKey: string },
    ) => Promise<GetKakaopayPaymentOrderResponse>

    카카오페이 주문 조회 API

    주어진 아이디에 대응되는 카카오페이 주문 건을 조회합니다. 해당 API 사용이 필요한 경우 포트원 기술지원팀으로 문의 주시길 바랍니다.