Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 07-18-2012 11:53:43

amdowney
Member
From: UK-Warwickshire
Registered: 09-21-2007
Posts: 507
Website

EPDQ integration? outdated?

It seems the ePDQ form gateway is completely outdated and should now point to "https://mdepayments.epdq.co.uk/ncol/test/orderstandard.asp" with a bunch of different credentials including SHA encryption.

I see the existing form code does have some sort of encryption, is this SHA?

What do we define for success, failure URLs, all of them going to ecomrelay.php? But then surely there must be other variables?

Perhaps somebody already has code working for this? Has V8 got this all sorted I wonder?

Offline

 

#2 07-20-2012 03:34:42

amdowney
Member
From: UK-Warwickshire
Registered: 09-21-2007
Posts: 507
Website

Re: EPDQ integration? outdated?

OK, I have used the sagepay form gateway to get this mostly working (gotta sort this SHA hash crypt thing still).

Can anyone tell me whether using the sagepay return URLS will work for epdq?

Code:

// +--
// | Create our relay URL.
// +--

$url_relay  = $this->globals('core.url_ssl') . '/utilities/ecomrelay.php';
$url_bad    = $url_relay . '?PROTXtrans=' . $order['order']['id'] . '&PROTXresp=FAILED';
$url_ok     = $url_relay . '?PROTXtrans=' . $order['order']['id'] . '&PROTXresp=OK';

If I give these URLS to epdq to provide feedback then it should work right even though they're nothing to do with protx?

Last edited by amdowney (07-20-2012 03:35:31)

Offline

 

#3 07-25-2012 11:57:42

amdowney
Member
From: UK-Warwickshire
Registered: 09-21-2007
Posts: 507
Website

Re: EPDQ integration? outdated?

well thanks for the help, I got it working in the end the form version...

If anyone needs the code I'm sure we can look at a small fee ;-0

Last edited by amdowney (07-25-2012 12:15:03)

Offline

 

#4 11-29-2012 10:00:34

dansmith490
Member
From: Barrow, Bury St Edmunds
Registered: 11-10-2008
Posts: 154
Website

Re: EPDQ integration? outdated?

Did you ever get this sorted for v8? Having lots of problems

Offline

 

#5 11-29-2012 10:28:18

amdowney
Member
From: UK-Warwickshire
Registered: 09-21-2007
Posts: 507
Website

Re: EPDQ integration? outdated?

Nope din;t delve into v8 with this myself, just v7 but must be similar...

Offline

 

#6 11-29-2012 11:11:56

dansmith490
Member
From: Barrow, Bury St Edmunds
Registered: 11-10-2008
Posts: 154
Website

Re: EPDQ integration? outdated?

I am just working on this now, i think its just the SHA left now. If i get it done i will let you know.

Offline

 

Board footer