---
title: summary
framework: appstoreservernotifications
role: symbol
role_heading: Object
path: appstoreservernotifications/summary
---

# summary

The payload data for a subscription-renewal-date extension notification.

## Declaration

```data
object summary
```

## Properties

requestIdentifier: The UUID that represents a specific request to extend a subscription renewal date. This value matches the value you initially specify in the requestIdentifier when you call Extend Subscription Renewal Dates for All Active Subscribers in the App Store Server API. environment: The server environment that the notification applies to, either sandbox or production. appAppleId: The unique identifier of the app that the notification applies to. This property is available for apps that users download from the App Store. It isn’t present in the sandbox environment. bundleId: The bundle identifier of the app. productId: The product identifier of the auto-renewable subscription that the subscription-renewal-date extension applies to. storefrontCountryCodes: A list of country codes that limits the App Store’s attempt to apply the subscription-renewal-date extension. If this list isn’t present, the subscription-renewal-date extension applies to all storefronts. failedCount: The final count of subscriptions that fail to receive a subscription-renewal-date extension. succeededCount: The final count of subscriptions that successfully receive a subscription-renewal-date extension.

## Mentioned in

App Store Server Notifications changelog

## Discussion

Discussion The summary object appears in the responseBodyV2DecodedPayload when the notificationType is RENEWAL_EXTENSION and the subtype is SUMMARY. This notification occurs when the App Store completes your request to extend the subscription renewal date for eligible subscribers. For more information about this request, see Extend Subscription Renewal Dates for All Active Subscribers in the App Store Server API.

## Topics

### Data types

- [requestIdentifier](appstoreservernotifications/requestidentifier.md)
- [environment](appstoreservernotifications/environment.md)
- [appAppleId](appstoreservernotifications/appappleid.md)
- [bundleId](appstoreservernotifications/bundleid.md)
- [productId](appstoreservernotifications/productid.md)
- [storefrontCountryCodes](appstoreservernotifications/storefrontcountrycodes.md)
- [storefrontCountryCode](appstoreservernotifications/storefrontcountrycode.md)
- [failedCount](appstoreservernotifications/failedcount.md)
- [succeededCount](appstoreservernotifications/succeededcount.md)

## See Also

### Response objects for in-app purchases

- [data](appstoreservernotifications/data.md)
- [appData](appstoreservernotifications/appdata.md)
