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

    Type Alias PaymentOrigin

    결제 출처 정보

    type PaymentOrigin = {
        platformType: PaymentOriginPlatformType;
        userAgent?: string;
        url?: string;
        ipAddress: string;
    }
    Index

    Properties

    결제를 요청한 플랫폼 타입

    userAgent?: string

    결제를 요청한 user agent 문자열

    url?: string

    결제를 요청한 페이지 URL

    ipAddress: string

    결제를 요청한 IP 주소