I am creating public app but when I am trying to submit its getting stuck at
Provides mandatory compliance webhooks
- Verifies webhooks with HMAC signatures
I am creating public app but when I am trying to submit its getting stuck at
Provides mandatory compliance webhooks
Most likely your submission is failing because your app’s GDPR webhooks aren’t properly checking the HMAC signature on the webhooks.
Why is this an issue?
Well because that means your API endpoints for these webhooks are not secured properly, and without proper signature checking then your app is vulnerable to webhook spoofing by non-Shopify actors.
Based on your language / framework of choice this might be trivial.
I am using PHP webhook code and checked with chatgpt all seems fine. Can you help me to fix this?
Please don’t bother posting with comments like this. Be informative, be helpful.
Please help me as I need to fix this asap.
We had this problem too even though our endpoints were all working.
Reach out to Partner support, they fixed it for us.