---
title: renewalDate
framework: appstoreserverapi
role: symbol
role_heading: Type
path: appstoreserverapi/renewaldate
---

# renewalDate

The UNIX time, in milliseconds, when the most recent auto-renewable subscription purchase expires.

## Declaration

```data
timestamp renewalDate
```

## Mentioned in

App Store Server API changelog

## Discussion

Discussion The renewalDate is a value that’s always present in the payload for auto-renewable subscriptions, even for expired subscriptions. This date indicates the expiration date of the most recent auto-renewable subscription purchase, including renewals, and may be in the past. For subscriptions that renew successfully, the renewalDate is the date when the subscription renews.

## See Also

### Subscription renewal and expiration

- [autoRenewStatus](appstoreserverapi/autorenewstatus.md)
- [autoRenewProductId](appstoreserverapi/autorenewproductid.md)
- [billingPlanType](appstoreserverapi/billingplantype.md)
- [expirationIntent](appstoreserverapi/expirationintent.md)
- [expiresDate](appstoreserverapi/expiresdate.md)
- [isUpgraded](appstoreserverapi/isupgraded.md)
- [renewalBillingPlanType](appstoreserverapi/renewalbillingplantype.md)
- [renewalPrice](appstoreserverapi/renewalprice.md)
- [status](appstoreserverapi/status.md)
