Contents

refundRiskingPreference

A Boolean value that indicates whether the App Store asks you for consumption data to help inform the refund decision.

Declaration

boolean refundRiskingPreference

Discussion

The App Store uses a variety of factors to determine if a refund request is approved or denied. Set this value to true to enable the App Store to ask for consumption information about the product with the refund request. When this value is true, you receive a CONSUMPTION_REQUEST notificationType on your your App Store Server Notifications V2 endpoint. Respond to the consumption request using the Send Consumption Information to provide additional information that informs and improves the refund process.

Set this value to false otherwise. You won’t receive a CONSUMPTION_REQUEST notification.

The default value is true.

See Also

Data types