I’m trying to implement in-app subscription in my application. Everything seems to work ok, except for refund. I made a test account, and bought test subscription. In response got “purchaseState” : 0 (purchased). I immediately issued a refund through a Merchant Console, in response I got same “purchaseState” : 0.
Shouldn’t I be notified of refund, so i can cancel subscription on my end? How do i handle refunds for subscriptions? I understand cancellations – state will be changed after expiration date. But refunds..
Refunds are not supported for subscriptions. I recently implemented subscriptions in our Android app and had some of the same questions and saw the same results but confirmed that ‘refund’ state is never sent for a subscription. Mostly because Google does not give you a refund (unlike in-app billing).