1

I used Google Checkout API for getting subscriptions reports every half an hour. https://checkout.google.com/api/checkout/v2/reports/Merchant/ (https://developers.google.com/checkout/developer/Google_Checkout_XML_API_Order_Report_API)

Our company have ours support team which provides help for users of application. My script downloaded last purchases every half an hour and stored in DB (time,serialnumber,email). After that support was getting access to this information through our web-interface (thus, we did not give an access (login,pass) for a main Checkout account).

Now Google Checkout was shut down and I don't understand how to do it at Google Wallet. Does anyone now can it provide this functionality or not?

4

1 回答 1

0

AFAIK目前没有类似的“基础设施”(报告、查询等,通过类似于 Google Checkout 中的 API)用于Google Wallet for Digital Goods,根据您的评论,这听起来像是您正在寻找的产品(以取代您当前的 Google Checkout implementation) - 它专门用于数字商品并且支持订阅

您将通过 Merchant Center管理订单。

您将通过回发获得订单数据以获取想法 - 当您处理来自 Google 的回发时,您需要在您的端存储订单数据- 用于“已放置”和“已取消”。

这将取代您目前通过 Google Checkout 中的 Order Report API 执行此操作的方式...

嗯...

于 2013-10-01T15:08:12.187 回答