Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Retrieving ARB subscriptions with Authorize.Net API

Is it possible using the APIs provided by Authorize.Net to retrieve or search for a list of automated recurring billing (ARB) subscriptions? The high-level APIs only appear to allow for creating, updating, or cancelling existing ARB subscriptions. A quick look at the advanced integration method (AIM) APIs do not indicate (clearly) if this is possible.

I have already written an implementation centered around HttpWebRequest/Response, ASP.NET POST hijacking, SGML parsing, and XML DOM traversal, but I would prefer a proper solution that doesn't rely on data scraping (what I am currently doing). That, and the current implementation is a bit slow.

If it's not already apparent, I am utilizing C# and the Authorize.Net ARB/CIM API, although I am really looking for a (better) solution that utilizes any available API.

References:

http://developer.authorize.net/api/

like image 266
Chris Hutchinson Avatar asked Jul 02 '10 03:07

Chris Hutchinson


People also ask

Does Authorize.net store the credit card information?

Credit Card — customers' encrypted credit card information is stored on Authorize. net's secure servers. Note that the card code is not supported because PCI-DSS security standards require that it not be stored.

Can Authorize.net do recurring payments?

Whether your business is subscription-based or has a roster of repeat customers, our easy recurring payment tools improve billing efficiency and security and eliminate the hassle of manually re-entering billing or payment details at every transaction.

What is an ARB subscription?

ARB, or Automated Recurring Billing, is exactly what the name implies: a solution for automatically processing recurring or subscription-based payments. ARB allows you to create a subscription that includes your customers' payment information, billing amount and payment schedule.

Does Authorize.net have a payment link?

From Bill & Pay you can process the payment, set up recurring payments or email the customer with a link to pay. Customers can pay using ACH or credit card and Bill & Pay works with any merchant account.


1 Answers

No. They do not currently offer this through an API or through their control panel.

like image 60
John Conde Avatar answered Oct 20 '22 17:10

John Conde