"RokuTomC" wrote:
Hi, there is a web API for cancelling transactions. You can cancel individual subscriptions by using their transaction ID.
To cancel subscriptions for all users, your best bet would probably be just to delete the product itself.
For Cancel Subscription i m getting this error message Object reference not set to an instance of an object.
HOW COLUD I RESOLVE THIS ERROR
THIS IS THE RESPONSE I GOT IT FOR CANCEL SUBSCRIPTION
<result xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<errorCode i:nil="true"/>
<errorDetails i:nil="true"/>
<errorMessage>Object reference not set to an instance of an object.</errorMessage>
<status>Failure</status>
</result>