Reputation: 31
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?
Upvotes: 3
Views: 1613
Reputation: 11
Have you tried the gsutil tool? According to this it is used to automate the download of sales and payout reports.
Upvotes: 1