in app purchase - How to get a list of historical payments for a subscription from Google Developer API? -
by using google play developer api , 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) possible information if subscription still valid.
how find out orderid
each payment without guessing (by doing this: https://developer.android.com/google/play/billing/billing_subscriptions.html)? possible to, through service-account-call api, historical payments subscription user? (by using purchasetoken , subscriptionid example).
Comments
Post a Comment