absolutepay (Node SDK) - v0.7.1
    Preparing search index...

    Interface ConstructEventOpts

    Options for constructEvent.

    interface ConstructEventOpts {
        toleranceMs?: number;
    }
    Index

    Properties

    Properties

    toleranceMs?: number

    Maximum allowed age of the callback timestamp, in milliseconds (replay defense). Defaults to DEFAULT_WEBHOOK_TOLERANCE_MS (5 min). Set to 0 to disable the freshness check entirely (verify signature only) — e.g. when replaying stored events in tests.