How do I get a list of historical subscription fees with the Google Developer API?

Using the Google Play Developer API and a call https://www.googleapis.com/androidpublisher/v2/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}( https://developers.google.com/android-publisher/api-ref/purchases/subscriptions/get ), you can get information about whether the subscription is still valid.

How to find out orderIdfor each payment without guessing (by doing the following: https://developer.android.com/google/play/billing/billing_subscriptions.html )? Is it possible to receive all historical subscription payments for a user through a service account account API call? (For example, using the purchase Token and subscriptionId).

+4
source share

Source: https://habr.com/ru/post/1609637/


All Articles