3rd party eloctronic payment solutions
Does anybody have any experience with integrating third party electronic payment solutions with a zope site? If yes which one would you recommend? ANs how hard or easy is it to do it? Thanks AM -- ================================================================== Aseem Mohanty Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706 (R) 510 7696011 (M) 510 3014871 (O) 510 5279231 ================================================================== "I saw `cout' being shifted "Hello world" times to the left and stopped right there!!" -- Steve Gonedes ==================================================================
At 12:30 PM 3/3/2003, AM wrote:
Does anybody have any experience with integrating third party electronic payment solutions with a zope site? If yes which one would you recommend? ANs how hard or easy is it to do it?
I've integrated with Authorize.Net without much difficulty. There are Python scripts available at SourceForge for several common gateways that were pretty easy to adapt to this purpose: http://sourceforge.net/projects/payment/ The hardest part of the whole thing isn't integration with the gateway, but building a secure client interface, implementing SSL and making a determination about how to store the resulting data securely. HTH, Dylan
participants (2)
-
AM -
Dylan Reinhardt