3

I'm setting up and testing In-app Purchases for android. I was able to make a test purchase. However, I can not find a way to delete that order to keep on testing. According to this article, I should be able to cancel it: Cancel purchases manually—you can go to the Google payments merchant center, look up the transaction, and then cancel it. You can find transactions by looking up their order numbers.

But my Payments Merchant center has no transactions on it and I'm using my own product ID's and not the product IDs for static responses. Help!

Ricardo
  • 708
  • 10
  • 24
  • Possible duplicate of [Cancelling orders on Google Play IAB test purchases after June 20, 2016](http://stackoverflow.com/questions/38130035/cancelling-orders-on-google-play-iab-test-purchases-after-june-20-2016) – Sergei Bubenshchikov May 08 '17 at 12:54

2 Answers2

4

I was experiencing the same problem and contacted Google Play support and received the following answer:

Beginning June 20, 2016, we changed test purchases for one-time in-app purchases (IAPs).

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

You can learn more about testing in-app billing in the Android Developers Help Center: https://developer.android.com/google/play/billing/billing_testing.html#testing-purchases

Receipts for the test payments are still getting sent to the test account emails so it may be worth checking for these to see whether the test payments are going through. I am currently not sure how to cancel test purchases however.

MarkJ
  • 106
  • 8
  • If you figure out how to cancel the test purchases please answer the http://stackoverflow.com/questions/38130035/cancelling-orders-on-google-play-iab-test-purchases-after-june-20-2016 – Iwo Banas Jul 01 '16 at 13:50
  • 3
    @IwoBanas Antonio has updated their question on the link you gave to add the official answer from Google Support that the Play Developer Console doesn't currently support cancellation of test IAP. The only ways is to either consume the IAP or wait the 14 days consumption time. – MarkJ Jul 02 '16 at 11:19
0

It may take a while to show transactions on Merchant account,also mention if your purchase is subscription or managed coz if it is managed product you need to consume the product before you purchase again and you cannot purchase again if its subscription refer:http://developer.android.com/google/play/billing/api.html#consume

NavinRaj Pandey
  • 1,674
  • 2
  • 26
  • 40