Is it possible to use the APIs provided by Authorize.Net to retrieve or search the auto-billing (ARB) subscription list? High-level APIs only allow you to create, update, or cancel existing ARB subscriptions. A quick look at the Advanced Integration Method (AIM) API does not indicate (clearly) if possible.
I have already written an implementation focused on HttpWebRequest / Response, ASP.NET POST capture, SGML parsing and XML DOM traversal, but I would prefer a correct solution that does not rely on data cleaning (what I'm doing now). This, and the current implementation is a bit slow.
If this is no longer obvious, I use C # and the Authorize.Net ARB / CIM API, although I'm really looking for a (better) solution that uses any available API.
Literature:
http://developer.authorize.net/api/
source
share