CONSUMPTION_REQUEST Handling

Hello, I'm using 'App Store Server Notifications V2'.

I have a question about 'CONSUMPTION_REQUEST' notification in 'notificationType'.

I was wondering if there would be any impact on refunds if I received this notification and didn't respond. (Always refund etc..)

To respond to CONSUMPTION_REQUEST notifications, you should call the Send Consumption Information endpoint: https://developer.apple.com/documentation/appstoreserverapi/send_consumption_information/

Whether you call the endpoint and provide consumption information or not, the refund may be granted or denied. However any data you provide via the endpoint will be considered in the refund decisioning process, so it's generally recommended you call the endpoint to provide data if possible.

CONSUMPTION_REQUEST Handling
 
 
Q