@suluk/payments - v0.1.0
    Preparing search index...

    Interface WebhookEvent

    A normalized webhook event (the unified shape a connector's handleWebhook produces).

    interface WebhookEvent {
        type: string;
        connectorTransactionId?: string;
        status?: number;
        raw: unknown;
    }
    Index

    Properties

    type: string
    connectorTransactionId?: string
    status?: number
    raw: unknown