brockf / opengateway

A billing platform built for developers. Integrate multiple gateways and clients into one hosted environment.
Other
14 stars 21 forks source link

Akamai SureRoute Update #39

Open mattsidjohn opened 8 years ago

mattsidjohn commented 8 years ago

Wanted to know of this Authorize update will effect the function of this system.

More Info : http://app.payment.authorize.net/e/es.aspx?s=986383348&e=1144558&elq=0036f88b288d491a85377fa0635a863c&elqaid=505&elqat=1&elqTrackId=b4d9a2a0f1424fe28f720ff9d8ae4d54

spencerwoods commented 8 years ago

The effects on the OpenGateway will only be processing speeds. For the older api urls will be redirected to the new server api as stated in the more info url.

To speed up processing change the external_api values for Authorize.net to the following:

[Note: Only update and test on an testing environment before releasing live to ensure processing still works 100% through the new api]

The new Akamai SureRoute transaction URLs that are available now are:

https://api2.authorize.net/xml/v1/request.api https://api2.authorize.net/soap/v1/Service.asmx https://secure2.authorize.net/gateway/transact.dll

Test Urls: https://apitest.authorize.net/xml/v1/request.api https://test.authorize.net/gateway/transact.dll

Please contact your web developer or solution provider for assistance in updating to one of these new Akamai SureRoute URLs. Our SDKs have been updated to use the new URLs.

For updating to the latest version for Authorize.net. New SDK link is provided below. SDK PHP LINK: https://github.com/AuthorizeNet/sdk-php