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

    Type Alias PaymentWebhook

    성공 웹훅 내역

    type PaymentWebhook = {
        paymentStatus?: PaymentWebhookPaymentStatus;
        id: string;
        status?: PaymentWebhookStatus;
        url: string;
        isAsync?: boolean;
        currentExecutionCount?: number;
        maxExecutionCount?: number;
        trigger?: PaymentWebhookTrigger;
        request?: PaymentWebhookRequest;
        response?: PaymentWebhookResponse;
        triggeredAt?: string;
    }
    Index

    Properties

    웹훅 발송 시 결제 건 상태

    V1 결제 건인 경우, 값이 존재하지 않습니다.

    id: string

    웹훅 아이디

    웹훅 상태

    url: string

    웹훅이 발송된 url

    V1 결제 건인 경우, 값이 존재하지 않습니다.

    isAsync?: boolean

    비동기 웹훅 여부

    V1 결제 건인 경우, 값이 존재하지 않습니다.

    currentExecutionCount?: number

    현재 발송 횟수 (int32)

    maxExecutionCount?: number

    최대 발송 횟수 (int32)

    웹훅 실행 맥락

    웹훅 요청 정보

    웹훅 응답 정보

    triggeredAt?: string

    웹훅 처리 시작 시점 (RFC 3339 date-time)