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

    Type Alias PaymentWebhookResponse

    웹훅 응답 정보

    type PaymentWebhookResponse = {
        code: string;
        header: string;
        body: string;
        respondedAt: string;
    }
    Index

    Properties

    code: string

    응답 HTTP 코드

    header: string

    응답 헤더

    body: string

    응답 본문

    respondedAt: string

    응답 시점 (RFC 3339 date-time)