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

前端 未结 2 736
余生分开走
余生分开走 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:56

    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

提交回复
热议问题