Not able to verify my app
Automated checks for common errors
Provides mandatory compliance webhooks
Verifies webhooks with HMAC signatures
both are getting failed also don’t know where i can add these webhook that i created under partner new UI
not able to see GDPR webhooks endpoint option under UI level also i created toml file as well but not works for me my backend is in Laravel let me know where i can update these webhook urls asap
Thank you
Yeah, the new Partner UI hides those fields if your app is managed via CLI. You have to do it entirely in your shopify.app.toml file now.
Add this section to your toml:
toml [webhooks.privacy_compliance]
customer_deletion_url = "https://your-domain.com/api/webhooks/customers/redact"
customer_data_request_url = "https://your-domain.com/api/webhooks/customers/data_request"
shop_deletion_url = "https://your-domain.com/api/webhooks/shop/redact"
Once you save that, you must run shopify app config push in your terminal to actually update it on Shopify’s end. Just saving the file locally won’t update the dashboard.
For the HMAC failing, double check your Laravel middleware. Make sure you’re using the raw request body to calculate the HMAC with your App Secret, not the parsed JSON. That’s usually what trips up the automated check.
Its been more than 1 month i have submitted app
But still not approved and public