0
I published a app in alpha for payment testing, and made payment for an integrated item.
How do I refund and cancel that purchase?
0
I published a app in alpha for payment testing, and made payment for an integrated item.
How do I refund and cancel that purchase?
0
Retrieved, adapted and translated from official Android documentation:
Cancellation of completed test purchases
Google Play accumulates completed trial 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 cancellation of purchases, you have the following options:
- Wait for operations to expire - Google Play cleans trial purchases completed 14 days after purchase date.
- Cancel purchases manually - You can go to the Google Payment Center, go to the transaction, and then cancel it. You can find transactions by watching your order numbers.
You can also unsubscribe to make test purchases for an app manually in the Play Store, or use the method
cancel()
.Important: The methods
refund()
andrevoke()
do not support test purchases.
Original link: Testing In-app Billing
Browser other questions tagged android google
You are not signed in. Login or sign up in order to post.