If you've integrated Paddle Billing into a PHP backend, you've hit this question: how do you verify the webhook signature?
The Paddle docs show Node.js and Python examples but skip PHP. The format is also slightly unusual — it's not a single HMAC, i...