[insert_php]
header(‘HTTP/1.1 200 OK’);
[/insert_php]

Payment Results

[insert_php]
$path = $_SERVER[‘DOCUMENT_ROOT’];
$path .= “/interface/function.php”;
require($path);
$results=ProcessMobileSiteOrder(‘Auto’);
echo $results;
[/insert_php]