Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 967 Bytes

File metadata and controls

16 lines (11 loc) · 967 Bytes

Webhook

IsValidWebhookSignature

Fingerprint\ServerAPI\Webhook\WebhookVerifier::IsValidWebhookSignature(string $header, string $data, string $secret): bool

Verifies the HMAC signature extracted from the "fpjs-event-signature" header of the incoming request. This is a part of the webhook signing process, which is available only for enterprise customers. If you wish to enable it, please contact our support.

Required Parameters

Name Type Description Notes
header string Value of the fpjs-event-signature header.
data string Body of the request from which above header was extracted.
secret string Your generated secret used to sign the request.