android - Google play - 如何识别用户要求退款的订单号

标签 android google-play

我收到了应用退款的用户请求。我了解您可以在 Payments Merchant Center 中选择订单并发起退款。我的问题是我不知道哪个购买或订单号是正确的。并且用户没有订单号(或者他应该没有?)。那么,我如何才能识别给定买家的购买情况呢?

最佳答案

订单 ID 由 Google 在电子邮件收据中发送给用户。然后,您可以按 ID 搜索订单并在 Google Play 控制台中取消订单。

关于android - Google play - 如何识别用户要求退款的订单号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37259029/

相关文章:

android - 自动更新谷歌播放

Android:数组项上的监听器

android - 如何在 SharedPreferences 更改时更新 PreferenceActivity 的内部值

java - 在特定日期和时间创建警报

android - Google Play 不会发布我的应用,因为

android - 如何在不授予 Google 签名权限的情况下发布 App Bundle?

android - Google Play 上的应用程序未在某些 Android 设备上显示

android - 从 DefaultHandler 中获取 Drawable 资源

php - Android登录注册时响应不包含任何数据

android - 如何检测已取消或已退款的 Google 应用内结算订单?