Test purchases not showing up in the Google Wallet store

I am setting up and testing an In-app Purchase for Android. I was able to make a trial purchase. However, I cannot find a way to delete this order in order to continue testing. According to this article, I have to cancel it: cancel purchases manually - you can go to the Google merchant payment center, view the transaction, and then cancel it. You can find transactions by looking at your order numbers.

But my Merchant Merchant Center has no transactions and I am using my own product ID, not product IDs for static responses. Help!

+3


source to share


2 answers


I faced the same problem and contacted Google Play support and got the following response:

Starting June 20, 2016, we have changed test purchases for the One-Time Purchase App (IAP).

Previously, test purchases for one-time IAPs generated order IDs. Beginning June 20, 2016, one-time IAPs will not generate order IDs and will not appear in the Merchant Center. This behavior already applies to IAP subscriptions.

You can read more about billing testing in Android App Developer Help Center: https://developer.android.com/google/play/billing/billing_testing.html#testing-purchases



Receipts for test payments are still sent to the test account email, so it might be worth checking so they can check if test payments go through. I am currently not sure how to cancel trial purchases.

+4


source


It may take a while to show the transactions in the Merchant account, as well as indicate if your purchase is a subscription or a managed product, if it is a managed product that you need to consume the product before purchasing again, and you cannot buy it again if it is subscription refers: http://developer.android.com/google/play/billing/api.html#consume



0


source







All Articles