I am new to php and trying to integrate a payment system. After a successful bank transfer, a POST request is sent to my webhook. I am supposed to compute a hashed value and then compare it with a value in the request header before honouring the request.
My endpoint receives the request and i have been able to retrieve the request body as well as compute the required hash. However, i do not know how to compare my value with the value sent in the request header. How do I access the named value from the request HEADER? Thanks in advance for your helpScreenshot of the Instruction