Tutorial: Integrate the Authorize.Net CIM API with PHP

February 8th, 2010

Just like Authorize.Net’s Advanced Integration Method (AIM) API and Automated Recurring Billing (ARB) APIs, working with their Customer Information Manager (CIM) API isn’t difficult if you have suitable code to work with. The sample code offered by Authorize.Net will demonstrate how to work with their API but is not production ready. [...]

Tags: ,

Tutorial: Integrate the Authorize.Net ARB API with PHP

February 8th, 2010

Just like Authorize.Net’s Advanced Integration Method (AIM) API and Customer Information Manager (CIM) API, working with their Automated Recurring Billing (ARB) API isn’t difficult if you have suitable code to work with. The sample code offered by Authorize.Net will demonstrate how to work with their API but is not production ready. [...]

Tags: ,

Handling Authorize.Net Silent Post with PHP

January 14th, 2010

Handling Authorize.Net Silent Post submissions with PHP, or any language for that matter, is easy. It’s really no different then receiving a form submission. You just need to know to expect. I took care of that in my All About Authorize.Net’s Silent Post article.

But still, some people [...]

Tags: , ,

All About Authorize.Net’s Silent Post

January 13th, 2010

One very common topic at the Authorize.Net developer forums is their Silent Post feature and how it works. In fact, how it works seems to be the most common question by far. For better or worse, Authorize.Net’s documentation seems to be limited concerning silent post so I decided to make this [...]

Tags: ,

Integrate The Authorize.Net AIM API with Python 3

May 12th, 2009

Judging by the popularity of my previous blog post Tutorial: Integrating the Authorize.Net AIM API with PHP as well as the articles I’ve written about Authorize.Net’s APIs on my merchant account information website I figured taking the opportunity to expand the code and tutorials I offered beyond PHP into other languages [...]

Tags: , ,