I'm looking to use Roku In-app Payments to collection subscription payments from customers for my channel. It looks like I can use the Roku Channel Store Web Services API's "transaction-service.svc" call to validate a transaction (see
http://sdkdocs.roku.com/display/sdkdoc/Web+Service+API). My channel sells monthly subscriptions. Consequently, the initial transaction could be valid, but next month the user could cancel his/her subscription, and/or the payment might fail. I would like to be able to make a Web service call from my Linux application server to verify that individual customer's subscriptions made vie Roku In-app Payments are still up-to-date/paid in full. Can I use the "transaction-service.svc" call to do that?