- From: muzammilmuzamil <notifications@github.com>
- Date: Sun, 12 Jan 2020 00:03:59 -0800
- To: w3c/payment-handler <payment-handler@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 12 January 2020 08:04:03 UTC
I am Unable to access trxid from requested test payment ..
please help how can a get the trxid in my variable?
Test payment generate correct transactionID=****** but when it returns to my page trxid is not accessed successfully.

//IDEAL CHECK
if(isset($_REQUEST['trxid'])) {
$trx = $_REQUEST['trxid'];
$bbdata = array(
'rtlo' => '151309',
'once' => 1,
'trxid' => $trx,
'once' => 1
);
// send a request to example.com (referer = jonasjohn.de)
$iresult = PostRequest(
"http://www.targetpay.nl/ideal/check",
"http://www.gambinospel.nl/test/",
$bbdata
);
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-handler/issues/359
Received on Sunday, 12 January 2020 08:04:03 UTC