This document contains release notes for the Google Play Developer APIs.
November 19, 2025
New features
Enhanced Resubscribe handling.
- The
outOfAppPurchaseContextfield is now available in SubscriptionPurchaseV2, which helps link resubscription purchases made from the Play Store by providing details from the expired subscription. - The purchases.subscriptions.acknowledge method now accepts
optional
externalAccountIdin the request body, which lets you associate the resubscription purchase with your user identifiers.
- The
SubscriptionPurchaseLineItem.itemReplacementfield is now available in SubscriptionPurchaseV2, which offers details about the item being replaced, if applicable.The Orders API now includes
offerPhaseDetailsfield, which provides more detailed information on the orders funding a prorated period.Currently these new features are available only through the APIs and not through the client libraries.
Sep 11, 2025
New features
The SubscriptionPurchaseV2 API now provides the
cancelmethod.This method provides an enhancement over the existing purchases.subscriptions.cancel functionality by introducing support for the
cancellationTypeparameter in client libraries.Price step-up consent features are available:
A new field is added in the SubscriptionPurchaseV2:
SubscriptionPurchaseLineItem.auto_renewing_plan.price_step_up_consent_details.A new real time developer notification type SUBSCRIPTION_PRICE_STEP_UP_CONSENT_UPDATED is available.
June 30, 2025
New features
- The new ProductPurchaseV2 API that supports multiple purchase options and offers for one-time products is available.
May 21, 2025
Deprecations
- Some of the subscription APIs are deprecated. For more information, see Subscription API deprecation.
New features
The following new fields are available in the SubscriptionPurchaseV2:
SubscriptionPurchaseLineItem.latest_successful_order_idPriceChangeState.CANCELED
The
subscriptionsv2.revokemethod now provides theitem_based_refundoption.
Other changes
- The subscriptionId parameter is optional in the purchases.subscriptions APIs.