- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Authorize.net Network change
We got an information regarding the network change
We are using the endpoint
- https://api.authorize.net/xml/v1/request.api (in prod) and
- https://apitest.authorize.net/xml/v1/request.api (in test/sandbox)
The instruction indicates that for Prod , we do not have to make any changes , but for the test call, we need to have the public cert from the website Entrust.net in our cacerts (using java to call the APIS) on or before October 15th 2019 (impacted as part of phase 2)
Is that a correct observation ? Can somebody confirm that the impact is
a> only on the sandbox
b> and the impact is only to have the public cert in our trsutstore ?
โ09-05-2019 05:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can anybody please provide some insights on this one ?
โ09-09-2019 04:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am also having this issue.I am also using the Akamai end point for the transaction (https://api2.authorize.net/xml/v1/request.api). Did you got any more information about this change.
I have mailed my concers to developer@authorize.net and got a reply.
Reply from Authorize.net.
"
You will need to ensure a modern browser is used. You will need to install the Entrust L1 K certificate: https://support.authorize.net/s/article/How-do-I-obtain-Authorize-Nets-SSL-Certificate-for-my-host-s...
โ11-11-2019 11:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Where do we install the certificate?
โ11-14-2019 12:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I believe that it will be on our server. I am also confussed about this change.
Because my production site is using the akamai endpoint and my site is already having a an SSL.
I just mailed my concerns to ANET support. Fom ANET i got a reply to ensure the L1K ertificate installation.
Previously i just planned to change the endpoint to non akamai.My php SDK having the following endpoints.
const CUSTOM = "http://wwww.myendpoint.com"; const SANDBOX = "https://apitest.authorize.net"; const PRODUCTION = "https://api2.authorize.net";
โ11-18-2019 03:18 AM

