stitch1z
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2011
07:55 PM
Paypal for PPV
I am a noob trying to develope a Roku channel. Actually, I am working on the backend while a real developer does his thang on the front-end.
It is a PPV model like EZ-TAKES, AMAZON VOD, etc.
I am currently using paypal to process payments on the site itself, and I'm pretty sure that's what EZ takes uses as well. Anyone have any advice on how to link this information (Paypal + User has access to Video "X") on the backend in a way that Roku can translate? To make things even more awesome, the backend is in a wordpress environment. Yay!
Again, I'm a noob with this Roku development stuff.
Did I mention I'm a big breasted pretty girl that's into dudes that know code?
I'm not, but that would be cool, right?
It is a PPV model like EZ-TAKES, AMAZON VOD, etc.
I am currently using paypal to process payments on the site itself, and I'm pretty sure that's what EZ takes uses as well. Anyone have any advice on how to link this information (Paypal + User has access to Video "X") on the backend in a way that Roku can translate? To make things even more awesome, the backend is in a wordpress environment. Yay!
Again, I'm a noob with this Roku development stuff.
Did I mention I'm a big breasted pretty girl that's into dudes that know code?
I'm not, but that would be cool, right?
5 REPLIES 5
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2011
11:07 PM
Re: Paypal for PPV
Wouldn't it be cool if someone gave you everything you needed to know to do this? They probably will give you a few hints, but it'd be cool if they did it all wouldn't it? You would probably use a database lookup to see if they should have access to the program as well as a time stamp in the database to tell how long access is allowed to it, now that would be real cool huh?
stitch1z
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2011
03:12 PM
Re: Paypal for PPV
Would it be cool if I said "Thanks"? Seriously though, I do appreciate being pointed in the right direction. Thank you.
I don't expect someone to whisk in and tell me everything I need to do to make it happen. Especially with the Roku development community being as protective as it is with information. Which is just a bit counterproductive to the concepts of both "development" and "community", but it is what it is.
But no, I don't want someone to work on something for free. I was just wondering if using a paypal system for payment through Roku in a ppv environment was even a possibility.
I don't expect someone to whisk in and tell me everything I need to do to make it happen. Especially with the Roku development community being as protective as it is with information. Which is just a bit counterproductive to the concepts of both "development" and "community", but it is what it is.
But no, I don't want someone to work on something for free. I was just wondering if using a paypal system for payment through Roku in a ppv environment was even a possibility.
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2011
04:11 PM
Re: Paypal for PPV
I wouldn't say anyone here is protective of information, just without knowing what system you currently use, there isn't any real way to offer step by step instructions on how to make this happen for you.
jbrave
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2011
05:20 PM
Re: Paypal for PPV
It looks like PayPal offers a REST style api, if they do, then you should be able to do it although you might have to figure some of the Roku's less well documented cryptographical functions. Just search for PayPal API on google.
- Joel
- Joel
Screenshades: The first Screensaver for Roku2!
Musiclouds: The best free internet music, on your Roku!
Ouroborialis: Psychedelic Screensaver for Roku!
Musiclouds: The best free internet music, on your Roku!
Ouroborialis: Psychedelic Screensaver for Roku!
stitch1z
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2011
05:35 PM
Re: Paypal for PPV
Thanks guys! I will look into it and post anything I come up with.