Contents

MassExtendRenewalDateResponse

A response that indicates the server successfully received the subscription-renewal-date extension request.

Declaration

object MassExtendRenewalDateResponse

Properties

NameTypeDescription
requestIdentifierrequestIdentifier

A string that contains the UUID that identifies the subscription-renewal-date extension request.

Mentioned in

Discussion

The App Store server returns this response when you call the Extend Subscription Renewal Dates for All Active Subscribers endpoint. Because the endpoint runs asynchronously, this response means the App Store received your request and is processing it. The request may take multiple hours or days to complete, depending on the number of subscribers.

As the App Store server processes your request, it sends notifications (App Store Server Notifications V2) in near real-time to report on each subscription it processes. Look for notifications with the notificationType of RENEWAL_EXTENSION and RENEWAL_EXTENDED. The server sends a RENEWAL_EXTENSION notification with a subtype of SUCCESS when it completes the request.

The Get Status of Subscription Renewal Date Extensions endpoint reports on whether your request is complete. For completed requests, it also reports the count of successful and failed subscription-renewal-date extensions.

For more information, see Extending the renewal date for auto-renewable subscriptions.

See Also

Subscription-renewal-date extension