Google wallet order details API [closed]

半腔热情 提交于 2019-12-06 06:49:10

Unfortunately, it doesn't look like order details are explicitly available via the Google Wallet API. From the FAQ:

What is the Google Wallet for Digital Goods API?

It's a way to let customers make simple payments without leaving your web app.

Also, the API documentation references the Merchant Center in How-to Guides > Managing Orders and provides no way of obtaining this data via the API.

Google Wallet for Digital Goods orders are charged automatically and you can view processed orders using the Merchant Center, an online interface that allows you to manage orders placed through the Google Wallet for Digital Goods API.

Through the Merchant Center you can:

  • Cancel orders
  • Refund orders
  • Review your payout information
  • Generate and download reports

The Google Wallet API does state:

Note: If you're developing an Android app, you should instead use Google Play In-app billing.

It's possible the the In-app Billing API (getPurchases() method?) may have more available in terms of order details than the Google Wallet API.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!