I need to integrate a subscription solution to my rails application. Paypal seems to be the best option (for non US Merchants).
I need to have
- Ability to accommodate monthly and annual billing
- Ability to suspend, cancel accounts etc
- Deal with out-of-date card details or failed payment
just as mentioned here: Recurring billing with Rails - what are my options?
I've come across various Paypal solutions like:
** Express Checkout ** Website Payments Standard
and various implementation options like ActiveMerchant, paypal_recurring gem
Just wanted to know
[A] - which Paypal option is the best one for subscription based billing with conditions 1-3 above and below additional condition:
- for non US merchants
[B] - what are the best implementation options as in ActiveMerchant, or the paypal_recurring gem?