ankitgaur
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2017
09:43 AM
How to Cancel and refund subscriptions by calling API from the Roku channel.
Hi All,
We have Published A roku channel.
In channel we have created monthly subscription in-app products.
We want to cancel and refund the money to the ROKU Customer if he Cancels the Subscription from channel side.
We are using WEB API provided by Roku at https://sdkdocs.roku.com/display/sdkdoc/Web+Service+API
The Api Response we are getting after calling Cancel and refund
{
"errorCode": null,
"errorDetails": null,
"errorMessage": "Object reference not set to an instance of an object.",
"status": 1,
"RefundId": null
}
Please help with this
Thanks,
Ankit.
We have Published A roku channel.
In channel we have created monthly subscription in-app products.
We want to cancel and refund the money to the ROKU Customer if he Cancels the Subscription from channel side.
We are using WEB API provided by Roku at https://sdkdocs.roku.com/display/sdkdoc/Web+Service+API
The Api Response we are getting after calling Cancel and refund
{
"errorCode": null,
"errorDetails": null,
"errorMessage": "Object reference not set to an instance of an object.",
"status": 1,
"RefundId": null
}
Please help with this
Thanks,
Ankit.
4 REPLIES 4
adamkaz
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2018
07:00 AM
Re: How to Cancel and refund subscriptions by calling API from the Roku channel.
The API documentation for the cancellation endpoint is currently incorrect. It should be:
Not:
partnerAPIKey
Not:
rokuAPIKey
vinoth
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2018
12:13 PM
Re: How to Cancel and refund subscriptions by calling API from the Roku channel.
"adamkaz" wrote:
The API documentation for the cancellation endpoint is currently incorrect. It should be:partnerAPIKey
Not:rokuAPIKey
this is also not working
matrixebiz
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2022
08:05 AM
Re: How to Cancel and refund subscriptions by calling API from the Roku channel.
Just wondering if someone can post the Step-By-Step instructions on issuing a single user refund.
I have my API key and their TransactionID but what program on a Windows computer do we use? is it a Python script we create to run the command plus what would be the actual command/code to run?
Thank you
matrixebiz
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2022
11:30 AM
Re: How to Cancel and refund subscriptions by calling API from the Roku channel.
Hello? Anyone here?