-
1. Re: Coldfusion and PayPal..any ideas/hints
ilssac May 16, 2011 10:33 AM (in response to wmkolcz)Look at the details for PayPal's "response".
Basicaly you configure your PayPal account with all the details, including a post payment processing URL. Then whenever PayPall has processed a payment for you, it will post a form to that URL with all the details about the payment. You then build a page at the url that handles the form data, just like any other form processing page you may have built.
It really isn't all that difficult, other then going through PayPal's sandbox development environment so that you can simulate payment processing while develing your code.
It's been more then five years since I set all this up and I know some things have probably changed... but I didn't find it all that difficult to follow the PayPal instructions at the time for setting up the processing.
Message was edited by: ilssac to add URL to documentation I used: https://cms.paypal.com/cms_content/en_US/files/developer/PP_OrderMgmt_IntegrationGuide.pdf


