ASP.net 2.0 VB.net
ASP.net C#
ASP.net C# Customizable
PHP Code for Viewing Secure Web Pay Checkout Responses
<?php if ($_SERVER['REQUEST_METHOD'] == 'POST') { echo $_POST; echo "<br />"; print "CONTENT_TYPE: " . $_SERVER['CONTENT_TYPE'] . "<BR /> <BR />"; $SWPdata = file_get_contents('php://input'); print "Secure Web Pay(SWP) Response Data: <pre>"; var_dump($SWPdata); var_dump($_POST); print "</pre>"; } ?>
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article