Sanjay Sahu
Sanjay Sahu

Reputation: 43

Google in app purchase refund api using php

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

Answers (2)

salminnella
salminnella

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

Related Questions