//Process.php $txn='121221|544545'; // any value that you want to get in webhook $sku='sku_G8srn2mAbnQI8k'; // get product id $data=['sku'=>$sku,'email'=>$email,'txn'=>$txn]; // pass this values to php file //redirect.php