We got some "REFUND" notifications without "CONSUMPTION_REQUEST"

HI, Recently, We got some "REFUND" notifications without "CONSUMPTION_REQUEST".

And, We request "Get Notification History" But there are no "CONSUMPTION_REQUEST"

In what cases does this happen? Recently, We changed Notifications end point. (V1 -> V2)

Accepted Reply

Quoting REFUND from https://developer.apple.com/documentation/appstoreservernotifications/notificationtype: Indicates that the App Store successfully refunded a transaction for a consumable in-app purchase, a non-consumable in-app purchase, an auto-renewable subscription, or a non-renewing subscription.

CONSUMPTION_REQUEST: Indicates that the customer initiated a refund request for a consumable in-app purchase, and the App Store is requesting that you provide consumption data. For more information, see Send Consumption Information.

We see that CONSUMPTION_REQUEST is sent only for the consumable case. Is this specific in-app purchase a consumable where you are experiencing this behavior?

Replies

Quoting REFUND from https://developer.apple.com/documentation/appstoreservernotifications/notificationtype: Indicates that the App Store successfully refunded a transaction for a consumable in-app purchase, a non-consumable in-app purchase, an auto-renewable subscription, or a non-renewing subscription.

CONSUMPTION_REQUEST: Indicates that the customer initiated a refund request for a consumable in-app purchase, and the App Store is requesting that you provide consumption data. For more information, see Send Consumption Information.

We see that CONSUMPTION_REQUEST is sent only for the consumable case. Is this specific in-app purchase a consumable where you are experiencing this behavior?