I have configured the IPN security header in the IPN setting page.
Now I need to validate the bls-signature using the headers and body of the request on my server side. I can’t find in the documentation any mention of how the signature is computed using the HMAC-SHA256:
- What headers are used for the creation of the input value for the HMAC-SHA256?
- How to parse the headers/body for the creation of the input value for the HMAC-SHA256?
- How the headers and body are combined to create the input value for the HMAC-SHA256?
- What encoding is used for the conversion of the input value to bytes for the HMAC-SHA256?
I am desperate to find the answer, I hope someone here may know it.