Php versions – I can't get GoCardless Webhook signature to match the computed signature
I am trying to match the GoCardless webhook supplied signature to the computed version that I generate in PHP. I'm using the following code but can't get $computed_signature to match $signature_header. Here's the code i'm using: $webhook_endpoint_secret = getenv("Secret"); $request_body…