How to ensure GDPR compliance with order create webhook?

Hi, I am currently developing an app and I have some questions about the GDPR webhook.

Questions Below:

I have access scope of read_orders, but I didn’t store any customer data. I only use the ORDER_CREATE webhook to calculate the number of checkouts as stats to provide analytic to my user.

In this case, what should I do in the GDPR-compliant webhook? (customer/redact, customer/data_request)

Thanks

Hi Jeff,

If you don’t store customer data just make sure your app responds to those requests with a 200 http status code.