SampleApp-Webhooks-Java
SampleApp-Webhooks-Java copied to clipboard
WebhooksService class is missing
Hi Team, WebhooksService and verifyPayload function is missing from code. Probably it is not submitted.
WebhooksService service = webhooksServiceFactory.getWebhooksService(); return service.verifyPayload(signature, payload);
Also StringUtils function/file is missing.
If there is any sample program doing this validation including above all the files.