Skip to content

Tag: paypal-rest-sdk

PayPal: Verify webhook notifications in PHP

PayPal’s documentation is pretty bad, but they do have a PHP notification verification sample here which mentions: PHP Currently does not support certificate chain validation, that is necessary to validate webhook directly, from received data. To resolve that, we need to use alternative, which makes a c…