In my app , there is functionality called in app subscription which is auto renewal . In app there is a feature called "Cancel Upgrade".
What I want is If user cancel the subscription then his/her subcription will be cancelled not refundable but just cancelled.
I go through this link and found below note:
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.
But i want my user to cancel his/her upgrade.
Is there any way to do this or please provide alternate solution for this.
Thanks in advance.