Page 1 of 2

Opayo updating their URL's, any updated Opayo server modules going to be released soon?

Posted: Tue Dec 05, 2023 7:32 pm
by world-of-satellite
We recently received the email below. We currently use Sagepay Server payment module. Is anyone planning on releasing a new Opayo server module that will use the updated URL's or is anyone able to modify the module pre-installed with Opencart 3.0.3.6?







Important Update




Update to Opayo URL's
Notice 3B 28th November 2023




Hi,

Following the updates earlier this year with the Opayo gateway becoming a payment product under the Elavon brand; we wanted to let you know about further exciting changes.

Opayo has been a key member of the Elavon family for over three years now, and as we continue with the integration into Elavon we will soon make updates to the URLs you use for your transactions and reporting.

What does this mean?
The URLs you use to send transactions to Opayo will be changing to an Elavon domain and you need to make the changes to send your transactions to the updated URLs.

These changes must be made by 31st March 2024, this is when the SagePay URLs will cease to work.

We've already added these updated URL's to our Developer Hub to help you make the changes, you can find the URLs specific to your integration below:

Pi integration
Direct integration
Form integration
Server integration
RAAPI
Shared API

If you're using a shopping cart provider speak with them directly regarding this to make the relevant updates.

Important information
• The HTTP standard of all headers is lower case with the new URLs, be aware of this if you have specific code to look for case sensitivity.
• We recommend using domain names instead of hard code, if you have hard-coded an IP address in your website or shopping cart you’ll need to update this also.
• Flush DNS cache (local) or Internet Service Provider (ISP) may cache DNS records. In this case, you will need to speak directly with your ISP to ensure you have the most up-to-date DNS records.
• You will need to ensure the new URLs are whitelisted and any firewall rules you have in place have been updated.
• If you have implemented a content security policy you will also need to update this.
As always, we recommend testing any changes you make in your testing environment before implementing them to production.

Upgrade your protocol version
When making these updates take this opportunity to upgrade to our latest protocol version.

Following previous communications on 31st January 2024 we are retiring protocol version 2.22 and 2.23, this would be a great opportunity to upgrade to our latest protocol version ensuring your transaction are processed compliantly and you have access to all the latest features that Opayo have introduced.

We're here to help
For advice on making the relevant changes please contact your account manager, or contact support directly at opayosupport@elavon.com or 0191 313 0299.

Many thanks
Opayo by Elavon Team

Your information is processed in line with our Privacy Policy UK and Ireland
Elavon Financial Services DAC. Registered in Ireland with Companies Registration Office. The liability of the member is limited. United Kingdom branch registered in England and Wales under the number BR022122.
Elavon Financial Services DAC. Registered in Ireland - Number 418442. Registered Office at Block F1, Cherrywood Business Park, Cherrywood, Dublin 18, D18 W2X7, Ireland.

Re: Opayo updating their URL's, any updated Opayo server modules going to be released soon?

Posted: Tue Dec 05, 2023 9:32 pm
by Cue4cheap
world-of-satellite wrote:
Tue Dec 05, 2023 7:32 pm
We recently received the email below. We currently use Sagepay Server payment module. Is anyone planning on releasing a new Opayo server module that will use the updated URL's or is anyone able to modify the module pre-installed with Opencart 3.0.3.6?
What extension are you using? Have you asked them?

Mike

Re: Opayo updating their URL's, any updated Opayo server modules going to be released soon?

Posted: Wed Dec 06, 2023 3:13 am
by world-of-satellite
We're using the Sagepay server module which is pre-installed with OC 3.0.3.6.

Re: Opayo updating their URL's, any updated Opayo server modules going to be released soon?

Posted: Wed Dec 06, 2023 4:53 am
by Cue4cheap
Since 95% of the built in modules are removed in current/future OC versions you most likely will have to get one from the marketplace and install it.
Maybe this one?
https://www.opencart.com/index.php?rout ... n_id=36557
Mike

Re: Opayo updating their URL's, any updated Opayo server modules going to be released soon?

Posted: Wed Dec 06, 2023 10:11 pm
by world-of-satellite
No, that doesn't do Opayo server and it also a bit buggy.

Re: Opayo updating their URL's, any updated Opayo server modules going to be released soon?

Posted: Tue Dec 12, 2023 4:21 am
by Mike1973
same issue here, I have emailed opayo to see what they say. Would it be possible to change the the urls in the sagepay extension and continue using that ?

Re: Opayo updating their URL's, any updated Opayo server modules going to be released soon?

Posted: Tue Dec 12, 2023 11:04 pm
by ronnieb
We have the same problem. Hoping that someone will bring out a new module

It looks as if the new URLs are
(https://developer.elavon.com/products/o ... -urls-4515)

Testing Environment:
https://sandbox.opayo.eu.elavon.com/gat ... gister.vsp
Live Environment:
https://live.opayo.eu.elavon.com/gatewa ... gister.vsp

these will need to be replaced in the payment sagepay server file, but there are a lot of instances of URLs in those files!

Re: Opayo updating their URL's, any updated Opayo server modules going to be released soon?

Posted: Wed Dec 13, 2023 3:53 am
by Mike1973
Here is the reply from opayo
Thank you for your email.

Since our gateway is a passive gateway, we don't develop extensions/plugins but shopping cart provider (open cart) and 3rd party developer would develop the plugins and update them.

I would advise to contact open cart or the extension/plugin provider to advise whether they are planning on updating their extension.

If you have any other questions, please let us know and we will do our best to help.

Best wishes,

Not much help

Re: Opayo updating their URL's, any updated Opayo server modules going to be released soon?

Posted: Wed Dec 13, 2023 10:31 pm
by world-of-satellite
We purchased this OCMOD extension: https://www.opencart.com/index.php?rout ... n_id=43587
Message the developer 'softphp', he'll provide you with an updated extension with the new URL's.

Opayo server: https://www.opencart.com/index.php?rout ... n_id=43587

Opayo direct: https://www.opencart.com/index.php?rout ... 87b4fcac31

Re: Opayo updating their URL's, any updated Opayo server modules going to be released soon?

Posted: Thu Dec 14, 2023 1:02 am
by ronnieb
I think I have solved this
I have done a live order and it works fine
all you need to do is edit 1 file

store/catalog/controller/extension/payment/sagepay_server.php

Line 46 reads

Code: Select all

$url = 'https://live.sagepay.com/gateway/service/vspserver-register.vsp';
Change it to

Code: Select all

$url = 'https://live.opayo.eu.elavon.com/gateway/service/vspserver-register.vsp'; 
save it and voila :)
obviously back up and test, but it worked for me

the test URL can be changed as well if needed (line 50)

Page with URLs
https://developer.elavon.com/products/o ... -urls-4515

Re: Opayo updating their URL's, any updated Opayo server modules going to be released soon?

Posted: Fri Dec 15, 2023 9:20 pm
by Mike1973
Editing that file seems to do the trick, been using for a few days now. Thanks

Re: Opayo updating their URL's, any updated Opayo server modules going to be released soon?

Posted: Thu Dec 21, 2023 3:31 am
by Mike1973
I have been trying ask opencart if they will add a opayo server extension but just going around in circles with them. they just tell me they are not updating the sagepay extension and it is discontinued.

The sagepay will work for now but who knows how long it will work for. Don't know whether to switch to Worldpay or ditch opencart.

Re: Opayo updating their URL's, any updated Opayo server modules going to be released soon?

Posted: Wed Jan 24, 2024 7:53 pm
by ronnieb
there seems to be an update here

viewtopic.php?p=865551&hilit=opayo#p865551

however, when I look at the files on GitHub they still point to the old URL (that I can see)

Re: Opayo updating their URL's, any updated Opayo server modules going to be released soon?

Posted: Thu Jan 25, 2024 12:03 am
by straightlight
ronnieb wrote:
Wed Jan 24, 2024 7:53 pm
there seems to be an update here

viewtopic.php?p=865551&hilit=opayo#p865551

however, when I look at the files on GitHub they still point to the old URL (that I can see)
Old URL?

Also take note that Opayo requires an update in regard to the repeated payments with 3D Secure which affects the SCA requirements.

Re: Opayo updating their URL's, any updated Opayo server modules going to be released soon?

Posted: Thu Jan 25, 2024 12:08 am
by straightlight
I think by the 'old URL' was referring to the previous Opayo URL while using their APIs. All related files have now been updated accordingly.

Re: Opayo updating their URL's, any updated Opayo server modules going to be released soon?

Posted: Wed Jan 31, 2024 4:34 am
by Mike1973
The update is to the opayo extension which does not support opayo server (previously sagepay server). As far as I can tell there is no opayo server extension available to replace the sagepay server extension.

Re: Opayo updating their URL's, any updated Opayo server modules going to be released soon?

Posted: Wed Jan 31, 2024 6:19 am
by ronnieb
so it looks like with 8 weeks left we either

a) stop using opayo or
b) stop using opencart

Re: Opayo updating their URL's, any updated Opayo server modules going to be released soon?

Posted: Thu Feb 01, 2024 3:33 am
by Mike1973
Yes looking that way. opencart are of no help and don't seem to understand the issue. opayo say to contact opencart. I am in the same situation either ditch opencart or opayo.

Re: Opayo updating their URL's, any updated Opayo server modules going to be released soon?

Posted: Thu Feb 01, 2024 8:54 pm
by JNeuhoff
Try to contact the author of Opayo, which is Dreamvention.

Re: Opayo updating their URL's, any updated Opayo server modules going to be released soon?

Posted: Thu Feb 15, 2024 10:16 pm
by Mike1973
JNeuhoff wrote:
Thu Feb 01, 2024 8:54 pm
Try to contact the author of Opayo, which is Dreamvention.
I tried but no reply sadly.