<!--
{
  "availability" : [
    "Advanced Commerce API: 1.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AdvancedCommerceAPI",
  "identifier" : "/documentation/AdvancedCommerceAPI/refundRiskingPreference",
  "metadataVersion" : "0.1.0",
  "role" : "Type",
  "symbol" : {
    "kind" : "Type",
    "modules" : [
      "Advanced Commerce API"
    ],
    "preciseIdentifier" : "data:advanced-commerce-api:refundRiskingPreference"
  },
  "title" : "refundRiskingPreference"
}
-->

# refundRiskingPreference

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

```
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` <doc://com.apple.documentation/documentation/AppStoreServerNotifications/notificationType> on your your <doc://com.apple.documentation/documentation/AppStoreServerNotifications/App-Store-Server-Notifications-V2> endpoint. Respond to the consumption request using the <doc://com.apple.documentation/documentation/AppStoreServerAPI/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`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)