I've developed an android application, in which inapp subscription is done by play store billing version v3. And I implemented Google Play Developer api so as to retrieve the subscription status whether it is autorenewable or not.
The GET method of Google Play Developer APi returns this autorenewable status along with other details such as Expiry Time, Start Time etc. But I couldn't a find a possible solution to retrieve the order id of the subscription which is used for backend processing. Where I would get this transaction id by Google Play Developer api from?
Thanks in advance.