Hi, I am creating an application that uses a 3rd party payment gateway. I submit my transaction details, and the documentation says that:
The following fields will be supplied to the return script using the POST method:
So, the 3rd party payment gateway POSTs to a url i specify... how can i get the values of the POST request on this page?