Ryan Mannion wrote:

>Has anyone used authorize.net for thier payment processing gateway?
>
>
>
>How would I make a direct socket connection to thier transact.dll
>using SSL? I know how to install and configure the SSL cert, but how
>would I make a Direct Socket Connection in Cold Fusion?
>

I've used Auth.net for 3+ years.

You post transactions to their server via a standard HTTP post over 
HTTPs. They return a comma delimited list of result fields. They have 
good docs on the field names, requirements, etc. on their site.

Because CFHTTP is absolutely worthless, we use a COM control to connect. 
Check it out at www.xauthorize.com. You use createObject to get a handle 
on the object, set it properties and call the charge() method. You then 
read the properties of the object to get your results.

Hope this helps.

--
Alex Sherwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189549
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to