Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Akamai SureRoute #42

Closed
dcaswel opened this issue Jun 24, 2016 · 4 comments · Fixed by #54
Closed

Akamai SureRoute #42

dcaswel opened this issue Jun 24, 2016 · 4 comments · Fixed by #54

Comments

@dcaswel
Copy link

dcaswel commented Jun 24, 2016

Authorize.net has been sending us emails saying that they strongly recommend that we update to use their new Akamai SureRoute service. Initially they were saying that after June 30th the old URL's would route automatically to the new service but now they are saying that they aren't going to do that anymore so if you want to use that service, you need to change the URL's that you are sending your messages to. The page they directed us to in order to make the necessary changes is http://www.authorize.net/support/akamaifaqs/.
They are saying that there could be firewall issues that each merchant will need to consider if they are whitelisting IP addresses on outbound connections so if this change is made, you'll probably want to make it an option instead of just changing the URL's.

@judgej
Copy link
Member

judgej commented Jun 25, 2016

It looks like SIM uses the new URL (and DPM, which extends SIM), but AIM needs updating:

https://github.com/thephpleague/omnipay-authorizenet/blob/master/src/AIMGateway.php#L29

It is difficult to unravel the marketing and technical implications here. Are Authorize.Net simply saying, "use these new URLs now"? Or is there more to it? It talks about a "voluntary migration" to some new service. The announcement seems to imply there are serious implications and stuff needs to change. But is that true?

Edit: having said that, the FAQs do say no other changes are needed.

@judgej
Copy link
Member

judgej commented Jun 25, 2016

As an aside, you can set the URL through configuration if you want to force it in your application:

$gateway = Omnipay::create('AuthorizeNet_AIM');
$gateway->setLiveEndpoint('https://api2.authorize.net/xml/v1/request.api');

@judgej
Copy link
Member

judgej commented Nov 10, 2016

Accidental close. Will close when a release is made.

@judgej judgej reopened this Nov 10, 2016
@judgej
Copy link
Member

judgej commented Mar 7, 2017

In release 2.5.0

@judgej judgej closed this as completed Mar 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants