Google Play Developer API - Query purchase token returns Invalid Value

后端 未结 3 1004
长情又很酷
长情又很酷 2020-12-03 10:28

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

3条回答
  •  醉话见心
    2020-12-03 10:57

    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

提交回复
热议问题