i have developed a plugin for woocommerce for the integration paypal and its working fine, now i want to give webhook support to my plugin so that delayed payments works more efficiently. I have referred the doc of paypal , for the verification they have given the example of curl which is not working for me. is it possible to do verification with in build functions instead. also i would like to know that if we given a false request to "api-m.sandbox.paypal.com/v1/notifications/verify-webhook-signature" for verification what will be the response from there side
... View more