I need to set up a payment solution within one of our Rails apps using the ActiveMerchant library. Although this question is highly subjective, what are people experiences with the major gateways out there (BrainTree, Authorize.net etc)?
It must:
- handle recurring payments.
- have the ability to credit a persons account.
- have the ability to void a payment.
- have a way to store the users payment details (such as Authotize.nets CIM).
Cheers