- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So many initialisms. :)
Anyway, I received an email from Authorize.net saying that the old XML API server's IP address was being retired, and that I should switch over to the new URL (secure.authorize.net/gateway/transact.dll). However, when I did so, I found that the server returns a blank response when I submit transaction info via XML. Should I take this to mean that the old XML API is being retired as well, or is there some other change that is preventing my old code from working?
Further info: The code in use is based on the Authorize.net sample XML PHP code, which would have been current as of December 2011. It's been running problem-free since then using the old URL (api.authorize.net/xml/v1/request.api).
Solved! Go to Solution.
โ09-17-2014 08:49 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you are using a URL as opposed to a specific IP address, you don't need to do anything.
Richard
โ09-17-2014 06:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi RyanNovak,
The XML interface is not changing, only the location. We always recommend connecting by URL, as the IP address can potentially change without warning.
Thanks,
Joy
โ09-17-2014 02:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I do connect via the URL (api.authorize.net/xml/v1/request.api). Is the URL itself being phased out, or just the IP address it's currently using? I guess the appropriate question is: do I actually have to do anything?
โ09-17-2014 05:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you are using a URL as opposed to a specific IP address, you don't need to do anything.
Richard
โ09-17-2014 06:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Excellent, thanks for the info!
โ09-18-2014 12:51 PM

