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

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -