---
title: status
framework: appstoreservernotifications
role: symbol
role_heading: Type
path: appstoreservernotifications/status
---

# status

The status of an auto-renewable subscription at the time the App Store signs the notification.

## Declaration

```data
int32 status
```

## Possible Values

1: The auto-renewable subscription is active. 2: The auto-renewable subscription is expired. 3: The auto-renewable subscription is in a billing retry period. 4: The auto-renewable subscription is in a Billing Grace Period. 5: The auto-renewable subscription is revoked. The App Store refunded the transaction or revoked it from Family Sharing.

## Mentioned in

App Store Server Notifications changelog

## Discussion

Discussion This status value is current as of the signedDate in the decoded payload, responseBodyV2DecodedPayload.

## See Also

### App metadata and environment

- [appAppleId](appstoreservernotifications/appappleid.md)
- [bundleId](appstoreservernotifications/bundleid.md)
- [bundleVersion](appstoreservernotifications/bundleversion.md)
- [environment](appstoreservernotifications/environment.md)
