Hi,

Authorize.net is pretty easy to implement (although I don't find it so
secure to put username and password into the source code). Just POST the
information with CFHTTP and evaluate the response string via
CFHTTP.FILECONTENT. It's a comma seperated list, so you can use either
ListGetAt or ListToArray to evaluate.

Mahmut Basaran
Measure Twice Cut Once


----- Original Message -----
From: "Bryan Stevenson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, December 17, 2002 11:27 PM
Subject: CF and Authorize.net


> Hey All,
>
> I'm trying to implement the WebLink service offered by Authorize.net.  I
> want to have them handle the cc info collection and send the response back
> to my server (all very easy to do).  The issue is that Authorize.net's
tech
> support doesn't seem to be able to tell me the name of the huge response
> string the POST back to my server (they just say it's in the guide...ya
> right).  Apparently this monster string is a list of key/value pairs
(should
> be dead simple to parse using ListGetAt()).  the problem is that nobody
can
> tell me what the freakin name of the string is...so how do I reference
it??
>
> I'm sure I can just do a test Tx and see what gets passed back, but right
> now I'm waiting on merchant info from the client and can't do a test Tx.
So
> if anybody knows waht this mystery string is named, please fire it my way.
>
> Thanks in advance ;-)
>
> Bryan Stevenson B.Comm.
> VP & Director of E-Commerce Development
> Electric Edge Systems Group Inc.
> t. 250.920.8830
> e. [EMAIL PROTECTED]
>
> ---------------------------------------------------------
> Macromedia Associate Partner
> www.macromedia.com
> ---------------------------------------------------------
> Vancouver Island ColdFusion Users Group
> Founder & Director
> www.cfug-vancouverisland.com
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to