We have a massive J2EE application which uses Authorize.net. Within the application we have a payment system which uses two different accounts at Authorize.net.
The new API requires me to compile the API and Trans key. How can I resolve this issue without re-writing half of your source code?
Please respond to this problem ASAP.
Thank you,
Eric
09-24-2014 09:11 AM
The new API? you mean the new SDKs? you don't have to use it.
09-24-2014 09:23 AM
I have an email saying the IP Address we are hitting is no longer going to be used. The deprecated IP address is hard coded in the old API we are using.
I have to upgrade the new SDK to the latest version (only one I can find on authorize.net site).
We have two different bank accounts for one application which is now failing because the SDK needs to be compiled with the keys.
I would need to re-write the SDK to change the classes so they are different for the two bank accounts...
09-24-2014 09:29 AM
The API itself having changes much, wouldn't it be easier to change your old code to use domain name instead of IP address?
09-24-2014 10:56 AM
The IP Address appears hard coded in the SDK. I have checked our DNS and we have not hard coded it anywhere.
09-24-2014 11:16 AM
09-24-2014 11:25 AM
Hello,
None of the Authorize.Net SDKs use an IP address for an endpoint.
Richard
09-24-2014 11:57 AM