PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, May 16, 2022

[FIXED] How to use google play order status api in php

 May 16, 2022     google-cloud-platform, google-play, google-play-developer-api, php     No comments   

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)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing