- From: muzammilmuzamil <notifications@github.com>
- Date: Sat, 11 Jan 2020 23:52:03 -0800
- To: w3c/payment-handler <payment-handler@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 12 January 2020 07:52:06 UTC
Hi, I'm using https://www.targetpay.com/ideal/check and I am unable to access my trxid on my page URL. I am really stuck All is done accurately ,Payment is updated in database, But after payment done , i cant access the TRXID in my URL ..... here is the requesting code. //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 ); ![ad](https://user-images.githubusercontent.com/59788565/72215822-49c14680-353a-11ea-8671-6c827fbb40e7.JPG) -- 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/251#issuecomment-573391274
Received on Sunday, 12 January 2020 07:52:06 UTC