Forum Discussion
rsromeo
7 years agoChannel Surfer
Actually found out that I can grab the transaction ID from calling GetResponse() after the isRequestSucceeded() event occurs. So what I'll probably end up doing is storing that trans id (for new subscription), and then grab the trans id from the push notifications, do a validate transaction call to Roku Web Services, get the ORIGINAL trans id, and use that to lookup my customer and update their account. Seems a bit of a hassle to do it this way but don't see how else I can.