Reputation: 43
Is there any api(Rest) or procedure to refund Google In app product price? Which is provided from Google Play store side. I am looking for the solution for same, but not got yet. Anybody please guide / suggest me about this. Thanks in Advance !
Upvotes: 1
Views: 1535
Reputation: 6150
Yes, you can. See how to authorized first here: https://developers.google.com/android-publisher/authorization
https://developers.google.com/android-publisher/api-ref/rest/v3/orders/refund
Upvotes: 0
Reputation: 754
In the documentation for Administering In-App Billing, it states this for managed products:
Important: You cannot use the API to issue refunds or cancel In-app Billing transactions. You must do this manually through your Google payments merchant account. However, you can use the API to retrieve order information.
Refunds for in-app purchases must be directed to the app developer. You can then process the refund through your Google payments merchant account.
You can however, use the API to refund and revoke subscriptions,
Upvotes: 1