How to detect canceled or refunded order for Google in-app billing?

前端 未结 2 704
余生分开走
余生分开走 2021-02-09 07:01

I have red a lot of posts and Google documents, but am still not clear how to tell an in-app purchase has been refunded. I have red carefully In-App Billing v3 - Don\'t detect r

相关标签:
2条回答
  • 2021-02-09 07:53

    Scrape the Google Console. That's what I do.

    0 讨论(0)
  • Have you checked out the voided purchase list API? It returns a list of cancelled, refunded or charged-back purchases.

    https://developers.google.com/android-publisher/api-ref/purchases/voidedpurchases/list

    0 讨论(0)
提交回复
热议问题