Ben,
 
I just implemented Authorize.net for a client this afternoon. It worked flawlessly with basically 2 lines of code in a method:

<@assign local$postArgList <@array value="x_Version,3.0;x_Login,myLoginID;x_Password,myPassword;x_ADC_URL,False;x_ADC_Delim_Data,True;x_Amount,@@method$amount;x_Card_Num,@@method$cardNumber;x_Exp_Date,@@method$cardExp;">>

<@assign method$returnValue <@url location="https://secure.authorize.net/gateway/transact.dll" postargArray=postArgList>>

 

Of course there's a lot more code for getting the values, calling the method and processing the results that's specific to our application, but the 2 lines above build a postArg array, passes it to Authorize.net over https and gets the response.

Dave

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ben Johansen
Sent: Wednesday, August 07, 2002 6:44 PM
To: Multiple recipients of list witango-talk
Subject: RE: Witango-Talk: Authorize.Net and @URL

Been there, done that ;-)

 

Getting invalid Referer errors

Tried all combination of POSTARGS, POSTARGARRAY

Also tried adding a REFERER through the FROM attribute

Next step USER_AGENT

 

I have a whole test taf,

Ben Johansen - http://www.pcforge.com
Authorized Witango Reseller
http://www.pcforge.com/WitangoGoodies.htm 
Latest downloads & List Archives @
http://www.witango.ws

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Dave Shelley
Sent: Wednesday, August 07, 2002 3:26 PM
To: Multiple recipients of list witango-talk
Subject: RE: Witango-Talk: Authorize.Net and @URL

 

Format your data in an array and send it over https using the postArgArray parameter to <@URL>.

See the T2K_SP1_WhatsNew.pdf for more details.

 

Dave Shelley

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ben Johansen
Sent: Wednesday, August 07, 2002 6:08 PM
To: Multiple recipients of list witango-talk
Subject: Witango-Talk: Authorize.Net and @URL

HI,

I am presently working on sending data to authorize.net using the <@URL>.

 

Anyone have any Insight?

Ben Johansen - http://www.pcforge.com
Authorized Witango Reseller
http://www.pcforge.com/WitangoGoodies.htm 
Latest downloads & List Archives @
http://www.witango.ws

 

Reply via email to