I published an app in alpha for payment test, and made payment for an integrated item. How do I refund and cancel this purchase?
I published an app in alpha for payment test, and made payment for an integrated item. How do I refund and cancel this purchase?
Withdrawn, adapted and translated from the official Android documentation:
Cancel completed test purchases
Google Play accumulates completed test purchases for each user, but does not pass them to financial processing. Over time, it automatically clears purchases by canceling them.
In some cases, you may want to manually cancel a trial purchase to continue testing. For canceling purchases, you have the following options:
Wait for the transactions to expire - Google Play clears completed trial purchases 14 days after the date of purchase. Cancel purchases manually - You can go to the Google Payments Center, go to the transaction, and then cancel it. You can find transactions by looking at your order numbers. You can also unsubscribe to make test purchases for an app manually in the Play Store, or use the
cancel()
method.Important:
refund()
andrevoke()
methods do not support test purchases.
Original link: Testing In-app Billing