PayFanout API reference
    Preparing search index...

    Type Alias AdyenWebhookVerificationFailure

    AdyenWebhookVerificationFailure:
        | "missing_credentials"
        | "credential_mismatch"
        | "malformed_payload"
        | "missing_signature"
        | "ambiguous_signed_value"
        | "signature_mismatch"

    Why a delivery failed verification — distinct reasons so hosts can tell a rewritten body from a bad key.

    Type Declaration

    • "missing_credentials"

      No authorization header on the delivery.

    • "credential_mismatch"

      The authorization header matched none of the configured credentials.

    • "malformed_payload"

      The body is not JSON, or not an Adyen notification envelope.

    • "missing_signature"

      No additionalData.hmacSignature on an item.

    • "ambiguous_signed_value"

      A signed value contains the delimiter, so the signed payload is ambiguous.

    • "signature_mismatch"