ruby on rails - What is the best payment gateway to use with ActiveMerchant? -
I have to set up a payment solution within one of our Rail applications using the ActiveMerchant library, although this question is highly subjective, What's the experience with the big gateway in front of people (Braintree, EliJetnet etc)?
It is necessary:
- Handling recurring payments
- Ability to deposit an individual account.
- The ability to make a payment.
- User payment details (such as Authotize.nets CIM).
Cheers
Active merchants are very good, but the last few While working with it for years, there are some issues that I have come to know about.
Firstly, while some gateways can be 'backed up' - all functionality can not be included - Check the feature matrix to ensure that the Gateway you choose is fully supported -
I have to add additional functionality in Gateway for some time.
Second, keep in mind that additional gateways can be 'supported' by applying a simple patches. Many people, I have added, have submitted support for additional gateways that are awaiting approval by Kodi and the crew. Most production of these gateway patch has been tested and ready to go.
Comments
Post a Comment