Greetings All Z's I have few questions about processing online payments in Zope environment. 1. Is it true that Zope has to be run behind Apache (or similar) to enable SSL. ( ProxyPass ? ) 2. Is it compatible with verisign Payflow Pro. Has anyone in here has done it or have an idea how it would have to be done ? 3. If it does support, what will be the glueing layer dtml/python/Perl ? Are there any known documents addressing the online payment processing issues ? Thanks, Happy Vacations, -Homie __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com
On Saturday 15 December 2001 12:08 pm, Home Alone wrote:
Greetings All Z's
I have few questions about processing online payments in Zope environment.
1. Is it true that Zope has to be run behind Apache (or similar) to enable SSL. ( ProxyPass ? )
No, ZServerSSL will do the job just fine.
2. Is it compatible with verisign Payflow Pro. Has anyone in here has done it or have an idea how it would have to be done ?
You will need to write your own code to handle payments like this. You'll need to work with the payment gateway to figure exactly what needs to be done.
Are there any known documents addressing the online payment processing issues ?
Only those available from the payment gateway, since they're almost always different. If you're developing an e-commerce system in Zope, consider using Bizar Shop - it's already there. http://www.bizarsoftware.com.au/ Richard
2. Is it compatible with verisign Payflow Pro. Has anyone in here has done it or have an idea how it would have to be done ?
You will need to write your own code to handle payments like this. You'll need to work with the payment gateway to figure exactly what needs to be done.
You could also use PHPDocument product that enables execution of PHP code inside Zope. In PHP there are Payflow Pro functions already available. -- Milos Prudek
participants (3)
-
Home Alone -
Milos Prudek -
Richard Jones