I have an app that uses Google Play In-App billing. This functions correctly, we have a subscription and this subscription can only be processed from within the app.
We also allow the users to check the same information from our website.
We are wondering if there is a way to get status of the subscription of the in-app billing from Google via the web. From in app billing, we know the following information about the order:
purchaseToken, packageName, purchaseState, orderId, purchaseTime, productId
Basically we would want to know if the subscription was still active from the web without using the In app billing.