bosborne
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2016
12:46 PM
Canceling all subscriptions?
We're getting ready to launch an in-app subscription option for one of our channels but I have two questions:
1. How can I cancel individual subscriptions for users? From the Roku developer portal I can run "reports" but I can't see how I can cancel someones subscription.
2. How do I cancel subscriptions for ALL users, like if I wanted to cancel our subscription offering? Do I just "delete" the product? Is that possible and will that have the desired effect?
Thanks!
1. How can I cancel individual subscriptions for users? From the Roku developer portal I can run "reports" but I can't see how I can cancel someones subscription.
2. How do I cancel subscriptions for ALL users, like if I wanted to cancel our subscription offering? Do I just "delete" the product? Is that possible and will that have the desired effect?
Thanks!
6 REPLIES 6
bosborne
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2016
07:09 AM
Re: Canceling all subscriptions?
Bump...
bosborne
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2016
05:19 PM
Re: Canceling all subscriptions?
Bumping again =/

Community Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2016
06:20 PM
Re: Canceling all subscriptions?
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.
To cancel subscriptions for all users, your best bet would probably be just to delete the product itself.
bosborne
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2016
05:24 PM
Re: Canceling all subscriptions?
Thanks. I see now that there are web services calls for this. I'd like to request that Roku make some of these API requests part of the Roku dev portal. If we can already list transactions for our channels, why can't we cancel or refund them right in the portal? It would make it easier to create and sell subscriptions if we didn't have to write our own API integration to manage them.
vinoth
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2018
12:24 PM
Re: Canceling all subscriptions?
"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>
Kathiebond54
Newbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025
08:43 AM
Re: Canceling all subscriptions?
I need to cancel my Roku subscription