I am creating an iPhone app, Where I need to use PayPal framework for billing t开发者_JS百科he user for purchasing some kind of service. But I need the bill the user on monthly basis. Is there any opt
I\'ve seen a few questions related to API specifics and paypal. Generally speaking if I\'m going to offer my rails app as a subscription based service, what are the pros and cons of the different paym
Is it possible using the APIs provided by Authorize.Net to retrieve or search for a list of automated recurring billing (ARB) subscriptions? The high-level APIs only appear to allow for creating, upda
I\'m trying to add a SaaS recurring billing solution to my app, which is written in Ruby, we use the Sinatra framework and things like Riak.
This might be a subjective question, but I\'ll give it a go. There are already a number of questions on SO that revolves around subscription billing management. I am currently working on a SaaS solut
I am using recurring facility of authorized.net using active_merchant plugin in rails. there are two payment method for this
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am wanting to accept recurring credit card payments for some software I am selling. I want them to be able to enter their credit card details within the software and the the payment gateway will co
I\'m thinking开发者_C百科 about making a subscription system. The samples on the website I found to be difficult to follow because they are separated classes for very specific issues.
I’m trying to set up a recurring billing situation with Paypal using Rails with ActiveMerchant and the ruby-paypal gem. Wondering how the status of subsc开发者_JAVA技巧riptions is commonly managed -