Forum OpenACS Q&A: Credit card verification on e-commerce 3.X classic

I built a website a while back on ACS classic that primarily used
the ecommerce module. Credit cards where verified through cybercash,
using the AOlserver cybercash plugin.

I'd like to revive this website (it hasn't been up for a while), but
I know that cybercash is now verisign and that the old cashregister
service is at best EOL. I've heard they won't open any new accounts
for the service - and I need a new account.

Are there any compatible services that would require a minimum
change in my code? Any other solutions that folks out there have
used?

Thanks,
Matt

Matt,

take a look at the 4.x PayflowPro package by Janine Sisk. This package includes an updated PayflowPro module based on the work by Jin Choi and Brad Duell. The module replaces cc_send_to_server_21 with a version for PayflowPro. It should not be too difficult to replace the original cc_send_to_server_21 with the PayflowPro version. Chances are that no further changes are required.

You'll find the 4.x PayflowPro package in the CVS development branch.

/Bart