Post by world-of-satellite » 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?







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.

Active Member

Posts

Joined
Sun Jun 27, 2010 1:40 pm

Post by Cue4cheap » Tue Dec 05, 2023 9:32 pm

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

cue4cheap not cheap quality


Expert Member

Posts

Joined
Fri Sep 20, 2013 4:45 am

Post by world-of-satellite » Wed Dec 06, 2023 3:13 am

We're using the Sagepay server module which is pre-installed with OC 3.0.3.6.

Active Member

Posts

Joined
Sun Jun 27, 2010 1:40 pm

Post by Cue4cheap » Wed Dec 06, 2023 4:53 am

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

cue4cheap not cheap quality


Expert Member

Posts

Joined
Fri Sep 20, 2013 4:45 am

Post by world-of-satellite » Wed Dec 06, 2023 10:11 pm

No, that doesn't do Opayo server and it also a bit buggy.

Active Member

Posts

Joined
Sun Jun 27, 2010 1:40 pm

Post by Mike1973 » Tue Dec 12, 2023 4:21 am

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 ?

New member

Posts

Joined
Sun Feb 25, 2018 9:46 am

Post by ronnieb » Tue Dec 12, 2023 11:04 pm

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!

New member

Posts

Joined
Tue May 24, 2011 3:44 pm

Post by Mike1973 » Wed Dec 13, 2023 3:53 am

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

New member

Posts

Joined
Sun Feb 25, 2018 9:46 am

Post by world-of-satellite » Wed Dec 13, 2023 10:31 pm

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

Active Member

Posts

Joined
Sun Jun 27, 2010 1:40 pm

Post by ronnieb » Thu Dec 14, 2023 1:02 am

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

New member

Posts

Joined
Tue May 24, 2011 3:44 pm

Post by Mike1973 » Fri Dec 15, 2023 9:20 pm

Editing that file seems to do the trick, been using for a few days now. Thanks

New member

Posts

Joined
Sun Feb 25, 2018 9:46 am

Post by Mike1973 » Thu Dec 21, 2023 3:31 am

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.

New member

Posts

Joined
Sun Feb 25, 2018 9:46 am

Post by ronnieb » 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)

New member

Posts

Joined
Tue May 24, 2011 3:44 pm

Post by straightlight » Thu Jan 25, 2024 12:03 am

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.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by straightlight » Thu Jan 25, 2024 12:08 am

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.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by Mike1973 » Wed Jan 31, 2024 4:34 am

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.

New member

Posts

Joined
Sun Feb 25, 2018 9:46 am

Post by ronnieb » Wed Jan 31, 2024 6:19 am

so it looks like with 8 weeks left we either

a) stop using opayo or
b) stop using opencart

New member

Posts

Joined
Tue May 24, 2011 3:44 pm

Post by Mike1973 » Thu Feb 01, 2024 3:33 am

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.

New member

Posts

Joined
Sun Feb 25, 2018 9:46 am

User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by Mike1973 » Thu Feb 15, 2024 10:16 pm

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.

New member

Posts

Joined
Sun Feb 25, 2018 9:46 am
Who is online

Users browsing this forum: No registered users and 7 guests