I'm using Verisign's Payflow Link system for the first time, and I'm trying to set up a page that captures the information sent through their Silent Post.
Basically, on my checkout page, I enter all of the order information into a database (products, quantities, unique order number, etc). Then I pass the unique order number to verisign.
So I want to caputure that unique order number when Verisign completes the order and sends it back to me. I can then use the order number to retreive the order information from my temporary database (products and quantities) and process the order.
Verisign provides a meager example in ASP, about which I only understand the bare essentials.
Can anyone please give me an example of how to grab the variables sent to my server from Verisign's server?
Thanks!