Issue
I am trying to fetch order status in real time in php but not able to find proper way or documentation so I can go ahead.
In sales api I am getting details of sold subscription, but I want payment pending and cancelled orders too.
In Documentation I got below link https://developers.google.com/android-publisher/api-ref/rest/v3/monetization.subscriptions/list
Gets below output when I run it in Try this method
{ "error": { "code": 403, "message": "The project ID used to call the Google Play Developer API has not been linked in the Google Play Developer Console.", "status": "PERMISSION_DENIED" } }
But i am not able to implement it in PHP.
Solution
I had the same question so I raised a ticket and got reply that google play does not provide any API for order status, its available for kotlin and java only,
Answered By - TBS Answer Checked By - Willingham (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.