Webhook Request Validator
Utility class to validate the signature of a webhook request.
Functions
Link copied to clipboard
public final static Boolean isRequestValid(String payload, String webhookSecret, String expectedSignature)
Validates the signature of a webhook request