I found the POST guide for AIM and the XML guide for ARB. http://www.authorize.net/support/CNP/helpfiles/Miscellaneous/Implementation_Guides.htm
Can AIM use XML and POST, and can ARB use XML and POST? Same URLs?
Is there a deprecated method if they are interchangeable?
03-12-2016 01:15 PM
ARB can use XML or soap
http://developer.authorize.net/api/reference/#recurring-billing
03-12-2016 02:33 PM
I found an XML guide for AIM, so AIM supports POST and XML.
XML Guide: http://www.authorize.net/content/dam/authorize/documents/AIM_guide_XML.pdf
POST Guide: http://www.authorize.net/content/dam/authorize/documents/AIM_guide.pdf
I never liked XML, but it works. I will just use XML for both ARB and AIM, rather than two different methods. XML uses one API URL while the POST uses a different API url; so just using one also helps for switching between production/testing easily.
I could use the SDK, but I ran into issues with it in the past.
03-12-2016 03:11 PM
I would recommend using XML for your integration instead of NVP.
Richard
03-12-2016 03:38 PM
Thanks for the input Raynor and Richard.
:)
03-13-2016 09:08 AM