Support

Home Forums Community Forum Debug payment processing?

Debug payment processing?

Posted: October 21, 2016 at 2:45 pm

Viewing 1 reply thread


Stephen Phillips

October 21, 2016 at 2:45 pm

I’m using an older EE version 3.1.36.5.P and FirstData gateway. Everything works good but shows incomplete after payment. I have turned on debugging and tried echoing from gateway file but nothing. Where exactly does the data return and how can I view the data?


Josh

  • Support Staff

October 21, 2016 at 3:13 pm

Hi Stephen,
Assuming you’re using the FirstData link point gateway (not the E4/Payeezy gateway that’s newer), if you turn on debugging then it’s going to switch to staging.linkpt.net instead of secure.linkpt.net. That could in itself cause a problem if you’re trying to use credentials that are for one and not the other.

Just before the return at the bottom of Firstdata.php, you could try adding this:

echo "<p>var_dump of order data:</p> ";
var_dump($myorder);
echo "<br />";
echo "<p>var_dump of result:</p> ";
var_dump($result);

Another thing to check too, is you’ll need to make sure cURL is enabled on that server.

Viewing 1 reply thread

The support post ‘Debug payment processing?’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso