Hi all!
I have just started with Auth.net and am looking for some sample code referenced from the CIM Guide (http://www.authorize.net/support/CIM_SOAP_guide.pdf).
It references being able to use a hosted form to collect customer CC into the CIM section. I was able to get the hosted CIM page working with the documentation provided, but it sounds like there is some better integration options in the sample code which would make it a easier for customers. The default interface is a bit clunky, so I would like to try out the iframe option.
From page 11-12 of the CIM Guide:
For the full documentation of this integration method, download the sample application at
Manager (CIM) heading. You can find two zip files, containing all the necessary html code as well Section 2 Executing an API Call
as instructions, to implement iframe popups for managing payment and shipping information on the
same page, or separately.
For the full documentation of this integration method, download the sample application at http://developer.authorize.net/downloads/samplecode/, listed under the Customer Information Manager (CIM) heading. You can find two zip files, containing all the necessary html code as well Section 2 Executing an API Callas instructions, to implement iframe popups for managing payment and shipping information on the same page, or separately.
iframe popup for managing payment and shipping information on the same page (hostedProfileManage.zip)
iframe popup for managing only payment information (hostedProfilePaymentsShipping.zip)
iframe popup for managing shipping information (hostedProfilePaymentsShipping.zip)
But these files are not on the sample code page...
Oh, and I'm using Csharp, but it sounds like these ZIP files might just be HTML/Javascript...
Thanks in advance for any assistance!
TL;DR; Looking for the CIM Hosted Profile Page documentation.