Support Services

Secure Web Pay Solutions

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>";
  }
?>


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.