PayFanout API reference
    Preparing search index...

    Interface PayZenWebhookKeys

    interface PayZenWebhookKeys {
        hmacKeys: string[];
        passwords: string[];
    }
    Index
    hmacKeys: string[]

    HMAC-SHA-256 return key(s) — validate kr-hash-key: "sha256_hmac" (browser).

    passwords: string[]

    REST API password(s) — validate kr-hash-key: "password" (IPN).