Contents

unified_receipt.Pending_renewal_info

An array of elements that refers to open auto-renewable subscription renewals or ones that failed in the past.

Declaration

object unified_receipt.Pending_renewal_info

Properties

NameTypeDescription
auto_renew_product_idstring

The current renewal preference for the auto-renewable subscription. The value for this key corresponds to the productIdentifier property of the product that the customer’s subscription renews.

auto_renew_statusstring

The current renewal status for the auto-renewable subscription. For more information, see auto_renew_status.

expiration_intentstring

The reason a subscription expired. This field is only present for a receipt that contains an expired, auto-renewable subscription. For more information, see expiration_intent.

grace_period_expires_datestring

The time at which the grace period for subscription renewals expires, in a date-time format similar to the ISO 8601.

grace_period_expires_date_msstring

The time at which the grace period for subscription renewals expires, in UNIX epoch time format, in milliseconds. This key is only present for apps that have Billing Grace Period enabled and when the user experiences a billing error at the time of renewal. Use this time format for processing dates.

grace_period_expires_date_pststring

The time at which the grace period for subscription renewals expires, in the Pacific Time zone.

is_in_billing_retry_periodstring

A flag that indicates Apple is attempting to renew an expired subscription automatically. This field is only present if an auto-renewable subscription is in the billing retry state. For more information, see is_in_billing_retry_period.

offer_code_ref_namestring

The reference name of a subscription offer you configured in App Store Connect. This field is present when a customer redeemed a subscription offer code. For more information, see offer_code_ref_name.

original_transaction_idstring

The transaction identifier of the original purchase.

price_consent_statusstring

The price consent status for a subscription price increase. This field is present only if App Store notified the customer of the price increase. The default value is "0" and changes to "1" if the customer consents.

product_idstring

The unique identifier of the product purchased. You provide this value when creating the product in App Store Connect, and it corresponds to the productIdentifier property of the SKPayment object stored in the transaction’s payment property.

promotional_offer_idstring

The identifier of the promotional offer for an auto-renewable subscription that the user redeemed. You provide this value in the Promotional Offer Identifier field when you create the promotional offer in App Store Connect. For more information, see promotional_offer_id.

price_increase_statusstring

See Also

Objects