I am trying to set up a web service to query Google Play purchases. We store the order information for customers and this service would call Google Play API to query the su
Check out this to see API request and response. Need help with the API Explorer
API: https://www.googleapis.com/androidpublisher/v1.1/applications/packageName/subscriptions/subscriptionId/purchases/token
Request parameters:
packageName:PACKAGE_NAME
subscriptionId:SUBSCRIPTION_ID
token:PURCHASE_TOKEN