How can I make a return purchase within the application. The documentation describes a method for testing using a static query android.test.refunded and a description:

When you make an In-app Billing request for this product ID, Google Play responds as though the purchase was refunded. Google Play's in-app billing service. Refunds must be accepted by you (the merchant). After you go through your Google payments merchant account. This occurs only when Google Play gets notification. For more information about refunds, see Handling messages and In-app Billing Pricing.

Those. if I understand correctly, the user from the application in which he made the purchase cannot make it return !? If so, how does the return process go in more detail? You can link to the documentation, because apart from this paragraph I did not find more information in it.

Additional question: Does the application need to implement logic to return the purchase?

    0