I have a website where users can subscribe for 10USD
per month to a monthly pack with digital goods. 90% from each subscription goes to the content owner; 10% from each subscription goes to the website owner (the amount is being split). I want to automate this process.
Need to mention that my website is built with Ruby on Rails 3. I already took a look at the gems like fnando/paypal-recurring, tc/paypal_adaptive, jpablobr/active_paypal_adaptive_payment but there's no one particular gem that could help me with my problem.
Any thoughts? Are there useful gems that can solve this problem? Or Web-services?
Update (June 5, 2012, 17:24):
I tried to solve the problem using Adaptive Payments but subscription time is limited to one year; On the other hand, Recurring Payments does not support splitting the amount.