<!--
{
  "availability" : [
    "App Store Server API: 1.12.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppStoreServerAPI",
  "identifier" : "/documentation/AppStoreServerAPI/renewalPrice",
  "metadataVersion" : "0.1.0",
  "role" : "Type",
  "symbol" : {
    "kind" : "Type",
    "modules" : [
      "App Store Server API"
    ],
    "preciseIdentifier" : "data:app_store_server_api:renewalPrice"
  },
  "title" : "renewalPrice"
}
-->

# renewalPrice

The renewal price, in milliunits, of the auto-renewable subscription that renews at the next billing period.

```
int64 renewalPrice
```

## Discussion

This value represents the renewal price, in milliunits of the [`currency`](/documentation/AppStoreServerAPI/currency), of the auto-renewable subscription. One unit of the currency equals 1000 milliunits.

If the next billing period includes an offer specified by the <doc://com.apple.documentation/documentation/AppStoreServerNotifications/offerIdentifier>, the [`renewalPrice`](/documentation/AppStoreServerAPI/renewalPrice) value reflects the discount.

> Important:
> For financial and accounting purposes, use the App Store Connect reporting tools. For more information, see [Download financial reports](https://developer.apple.com/help/app-store-connect/getting-paid/download-financial-reports) and [Overview of reporting tools](https://developer.apple.com/help/app-store-connect/measure-app-performance/overview-of-reporting-tools).

To determine the storefront, use the [`storefront`](/documentation/AppStoreServerAPI/storefront) value in the transaction. Don’t use the [`currency`](/documentation/AppStoreServerAPI/currency) value to infer the storefront.

---

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)