Hi
I am trying to validate the clover signature for example
1665747570.{"type":"PAYMENT","id":"8MD2R92SDXX14","merchantId":"4JFGGNQ1YN471","created":1665747570.972000000,"status":"APPROVED","message":"Approved for 1397","checkoutSessionId":"8b209309-5d03-491c-9f8f-e8cc86a8d775"}
I took the timestamp from the webhook response and create above string , now I am trying to use https://www.devglan.com/online-tools/hmac-sha256-online online tool for test purpose using my webhook signing key to generate hash but its not matching with V1 in the header string
can you please help me