auto_renew_status
The renewal status for the auto-renewable subscription.
Declaration
string auto_renew_statusPossible Values
1The subscription will renew at the end of the current subscription period.
0The customer has turned off automatic renewal for the subscription.
Discussion
This field is returned in the JSON response, in the responseBody.Pending_renewal_info array.
The value for this field should not be interpreted as the customer’s subscription status. You can use this value to display an alternative subscription product in your app, such as a lower-level subscription plan to which the user can downgrade from their current plan.
Consider presenting an attractive upgrade or downgrade offer in the same subscription group, if the auto_renew_status value is “0”. See Engineering Subscriptions from WWDC 2018 for more information.