Secure Web Pay Solutions

Modified on Thu, 11 Apr, 2019 at 9:52 AM

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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article