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

    Interface SignatureHeaders

    The three headers the platform expects on every signed request.

    interface SignatureHeaders {
        "x-absolutepay-nonce": string;
        "x-absolutepay-signature": string;
        "x-absolutepay-timestamp": string;
    }
    Index

    Properties

    "x-absolutepay-nonce": string

    Single-use nonce (UUID) tying this signature to one request; the server rejects reuse.

    "x-absolutepay-signature": string

    HMAC_SHA512(signingSecret, canonicalString) as lowercase hex.

    "x-absolutepay-timestamp": string

    Signing timestamp in epoch milliseconds (string). Must be within the server's freshness window (±5 min).