---
title: isInBillingRetry
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/product/subscriptioninfo/renewalinfo/isinbillingretry
---

# isInBillingRetry

A Boolean value that indicates whether an auto-renewable subscription is in the billing retry period.

## Declaration

```swift
let isInBillingRetry: Bool
```

## Mentioned in

Testing failing subscription renewals and In-App Purchases

## Discussion

Discussion This field indicates whether Apple is attempting to automatically renew an expired subscription. If a subscription expires due to a billing issue, a value of true indicates that Apple is still trying to renew the subscription. If the subscription is in a billing grace period, the optional gracePeriodExpirationDate contains a date. Use the isInBillingRetry value along with expirationReason for more insight, as the following table shows:  |   |   |   |   |

## See Also

### Getting billing status

- [gracePeriodExpirationDate](storekit/product/subscriptioninfo/renewalinfo/graceperiodexpirationdate.md)
