In the past I have built custom recurring billing system as part of a
separate rails app which talks to the main application using Active
Resource.
I am now working on an application which involves one-time credit card
processing whenever customer buys a product, no complications. We need
to store the credit card information so that we can help out the
returning customers with data they have already entered. Authorize.net
CIM seems to be the right fit for us as we have good experience with
Authoirize.net and have our setup already done with them.
Now the question is whether to have the billing logic(i.e.
storing/retrieving customer info on/form CIM) as part of our main
application, or as a separate app. what are the downfalls of each case
considering customer data is stored on CIM?
Your help is appreciated.
Thanks
Jatinder
Simplicity by keeping it all together in one application with cc#
stored remotely is what I was looking forward to.
monkeycharger is an amazing component which can be used off-the-shelf
for secure credit card processing.
Thanks Again.
Jatinder
--
Cody Fauser
http://shopify.com - e-commerce done right
http://www.codyfauser.com - blog
http://peepcode.com/products/activemerchant-pdf - ActiveMerchant PeepCode
http://www.oreilly.com/catalog/rjsrails - RJS Templates for Rails