PayFanout API reference
    Preparing search index...

    Interface AdyenWebhookVerificationOptions

    interface AdyenWebhookVerificationOptions {
        basicAuth: AdyenWebhookBasicAuth[];
        hmacKeys: string[];
    }
    Index

    Basic-auth credentials configured on the endpoint. Several at once during a rotation.

    hmacKeys: string[]

    Hex HMAC keys from the Customer Area. Several at once during a rotation.