From what I have read on the developer page, Android In-app Billing doesn't support refund procedure. You have to use the Google Checkout account in order to issue a refund.

I follow these steps:

  1. I create a product in the developer console, with a price of 0.50 euro.
  2. I buy the item using the test account 2.1 I test my logic
  3. I refund the money using Google Checkout

My question is: Is there any involved cost in doing this? Or, in the end, my developer account and my testing account will both have the initial amount of money?

有帮助吗?

解决方案

This is well managed by google, your client account and your developper account will both have the initial amount of money yes.

see official doc Here.

it says it at the end in the "Things to remember" note ;)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top