Paypal api – Verifying simulated PayPal webhook's signature always returns "FAILURE"
I am trying to implement webhook calls into our applications using this documentation : https://developer.paypal.com/docs/api/webhooks/v1/ , the problem is, when I am trying to verify the webhook signature, it always returns FAILURE, I can't really test it on production yet.…