This document contains release notes for the Google Play Developer APIs.
Sep 11, 2025
New features
The SubscriptionPurchaseV2 API now provides the
cancel
method.This method provides an enhancement over the existing purchases.subscriptions.cancel functionality by introducing support for the
cancellationType
parameter 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_id
PriceChangeState.CANCELED
The
subscriptionsv2.revoke
method now provides theitem_based_refund
option.
Other changes
- The subscriptionId parameter is optional in the purchases.subscriptions APIs.