<!--
{
  "availability" : [
    "App Store Server API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppStoreServerAPI",
  "identifier" : "/documentation/AppStoreServerAPI/Send-Consumption-Information-V1",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "App Store Server API"
    ],
    "preciseIdentifier" : "rest:app_store_server_api:put:v1-transactions-consumption-{}"
  },
  "title" : "Send Consumption Information V1"
}
-->

# Send Consumption Information V1

Send consumption information about a consumable In-App Purchase or auto-renewable subscription to the App Store after your server receives a consumption request notification.

## Overview> Important:
> For App Store In-App Purchases that don’t use the Advanced Commerce API, use ``doc://com.apple.appstoreserverapi/documentation/AppStoreServerAPI/Send-Consumption-Information`` instead.

## Discussion

The App Store uses a variety of factors to determine if a refund request is approved or denied. To help inform and improve the refund process, you can send information about a customer’s consumption of the In-App Purchase to the App Store when the customer requests a refund. The App Store uses the consumption information you provide to inform its refund decisions.

When a customer initiates a refund request for a consumable In-App Purchase or auto-renewable subscription, the App Store sends a `CONSUMPTION_REQUEST` <doc://com.apple.documentation/documentation/AppStoreServerNotifications/notificationType> to your server through your <doc://com.apple.documentation/documentation/AppStoreServerNotifications/App-Store-Server-Notifications-V2> endpoint. If the customer provided consent, respond by calling this API and sending the consumption data in the [`ConsumptionRequestV1`](/documentation/AppStoreServerAPI/ConsumptionRequestV1) to the App Store. If not, don’t respond to the `CONSUMPTION_REQUEST` notification.

Respond within 12 hours of receiving the `CONSUMPTION_REQUEST` notification.

For information about configuring your server to receive App Store server notifications, see <doc://com.apple.documentation/documentation/AppStoreServerNotifications/enabling-app-store-server-notifications>. For information about initiating refund requests in an app, see any of the refund request methods, including <doc://com.apple.documentation/documentation/StoreKit/Transaction/beginRefundRequest(in:)-9k0pj>, <doc://com.apple.documentation/documentation/StoreKit/Transaction/beginRefundRequest(for:in:)-65tph>, <doc://com.apple.documentation/documentation/StoreKit/Transaction/beginRefundRequest(in:)-63bvd>, and <doc://com.apple.documentation/documentation/StoreKit/Transaction/beginRefundRequest(for:in:)-9mscy>.

### Obtain valid consent

You must obtain valid consent from the customer before sharing their personal data with Apple in the [`Send Consumption Information V1`](/documentation/AppStoreServerAPI/Send-Consumption-Information-V1) API. You, the developer, are solely responsible for obtaining valid consent because you’re sharing with Apple the data that you collected from the customer.

The requirements to obtain valid consent vary under applicable law, and Apple can’t advise you on specific ways to obtain valid consent. Developers are responsible for determining specific compliance with applicable laws. If your app violates Apple’s guidelines, App Review will reach out and work with you to address any concerns.

Here are some general guidelines to keep in mind for obtaining valid consent:

- Valid consent is freely given, specific, informed, and unambiguous as to a customer’s wishes with respect to their personal data.
- As an example, when requesting consent, you may include: clear language that conveys to a customer that you will provide Apple with some of their personal data to assist with reviewing the customer’s app refund requests; clear language that conveys to customers that they can withdraw their consent at any time; and a method for customers to give their affirmative consent.
- Opt-in consent is a higher standard for consent than offering an opt-out. Generally, if you don’t offer an individual the opportunity to opt out, it can be difficult to show that consent is freely given.
- After you’ve obtained consent, if there is a change in circumstances causing you to conclude that the customer’s consent is no longer valid — for example, due to a change in the way you use or share data, or if the customer withdraws consent for this purpose — you should update the [`customerConsented`](/documentation/AppStoreServerAPI/customerConsented) flag and not send any further data from that customer.

> Important:
> Don’t use the <doc://com.apple.documentation/documentation/AppTrackingTransparency> prompt to obtain consent for sharing data with Apple through the ``doc://com.apple.appstoreserverapi/documentation/AppStoreServerAPI/Send-Consumption-Information-V1`` API. Obtaining consent needed to use the ``doc://com.apple.appstoreserverapi/documentation/AppStoreServerAPI/Send-Consumption-Information-V1`` endpoint is unrelated to <doc://com.apple.documentation/documentation/AppTrackingTransparency>. These two features are distinct and unrelated.

The data you share with Apple through the [`Send Consumption Information V1`](/documentation/AppStoreServerAPI/Send-Consumption-Information-V1) API isn’t used for tracking. You must separately obtain consent from customers when sharing data with Apple using the [`Send Consumption Information V1`](/documentation/AppStoreServerAPI/Send-Consumption-Information-V1) API.

### Disclose data usage

If you adopt the [`Send Consumption Information V1`](/documentation/AppStoreServerAPI/Send-Consumption-Information-V1) API, answer the app privacy questions to disclose in your labels any data you collect from your customers and what you’re using it for. For more information about app privacy labels, see [App privacy details on the App Store](https://developer.apple.com/app-store/app-privacy-details/).

Apple uses and protects the data you share through the [`Send Consumption Information V1`](/documentation/AppStoreServerAPI/Send-Consumption-Information-V1) API in accordance with [Apple’s Privacy Policy](https://www.apple.com/legal/privacy/en-ww/). For additional information about how Apple protects data, see [Apple Platform Security Guide](https://support.apple.com/guide/security/welcome/web). Apple retains the data you provide through the [`Send Consumption Information V1`](/documentation/AppStoreServerAPI/Send-Consumption-Information-V1) API for the period necessary to fulfill the purpose for which the data was collected, which is to improve the refund process by obtaining data that assists with reviewing the customer’s refund request. Apple may share the data you provide through the [`Send Consumption Information V1`](/documentation/AppStoreServerAPI/Send-Consumption-Information-V1) API with service providers who act on our behalf, our partners, or others at your direction. Apple will not share the data with third parties for their own marketing purposes. For more information, see [App Store & Privacy](https://www.apple.com/legal/privacy/data/en/app-store/).

### Handle requests to access or delete consumption data

If your customers request access to or deletion of their personal data related to consumption information, inform them that they may submit requests directly to Apple by visiting [privacy.apple.com](https://privacy.apple.com). If your app stores data in CloudKit on behalf of your customers, see <doc://com.apple.documentation/documentation/CloudKit/responding-to-requests-to-delete-data>, <doc://com.apple.documentation/documentation/CloudKit/providing-user-access-to-cloudkit-data>, and <doc://com.apple.documentation/documentation/CloudKit/changing-access-controls-on-user-data> for more information.

---

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)