3

Regarding accessing googleplay payout reports api, to download monthly payout reports, google provide api
https://developers.google.com/checkout/developer/Google_Checkout_XML_API_Order_Report_API

But this api requires Merchant key. But in our merchant account I can't see merchant_key, so I can't download the payout reports based on the above api.

Like AutoIngestion.class from Apple, is there any Google play Api to download reports for particular merchant account.?

Our project requires to download monthly sales reports automatically. Is it possible?

John Conde
  • 217,595
  • 99
  • 455
  • 496
  • Hi again, I found this. It seems that it is possible somehow, but how exactly I don't know yet. Look at this post please: http://stackoverflow.com/questions/14140728/getting-statistics-from-google-play-developers-with-an-api – Babak Bandpay May 17 '13 at 09:56
  • 1
    @BabakBandpay Not yet.If you find something Kindly add here. – chandrasekaran Jun 27 '13 at 14:04

1 Answers1

1

Have you tried the gsutil tool? According to this it is used to automate the download of sales and payout reports.