Worldline Connect Node.js SDK
    Preparing search index...

    Interface WebhooksEvent

    interface WebhooksEvent {
        apiVersion?: string | null;
        capture?: CaptureResponse | null;
        created?: string | null;
        dispute?: DisputeResponse | null;
        id?: string | null;
        merchantId?: string | null;
        payment?: PaymentResponse | null;
        payout?: PayoutResponse | null;
        refund?: RefundResponse | null;
        token?: TokenResponse | null;
        type?: string | null;
    }
    Index

    Properties

    apiVersion?: string | null
    capture?: CaptureResponse | null
    created?: string | null
    dispute?: DisputeResponse | null
    id?: string | null
    merchantId?: string | null
    payment?: PaymentResponse | null
    payout?: PayoutResponse | null
    refund?: RefundResponse | null
    token?: TokenResponse | null
    type?: string | null