ColdFusion Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreColdFusion Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here!
  #1  
Old December 17th, 2004, 12:04 AM
santrajaram santrajaram is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2004
Posts: 2 santrajaram User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Advance Integration Method Code

Hi,
Can I get cfml code for authorize.net payment gate: Advance Integration Method

Reply With Quote
  #2  
Old December 20th, 2004, 02:44 AM
santrajaram santrajaram is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2004
Posts: 2 santrajaram User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
AIM-Code

Create the Transaction Key from Authorize.Net site
How to Obtain Transaction Key:
a. Log into the Merchant Interface of Authorize.net site
b. Select Settings From Main menu
c. Click on "Obtain Transaction Key" in the security section
d. Type in the answer to the Secret question configured on setup
e. Click Submit
Using this key and user id we can establish contact with
https://secure.authorize.net/gateway/transact.dll
<cfhttp url="https://secure.authorize.net/gateway/transact.dll" method="post">
<cfhttpparam type="Formfield" value="#Attributes.X_LOGIN#" name="X_LOGIN">
<cfhttpparam type="Formfield" value="#Attributes.X_VERSION#" name="X_VERSION">
<cfhttpparam type="Formfield" value="#Attributes.X_PASSWORD#" name="X_PASSWORD">
<cfhttpparam type="Formfield" value="#Attributes.X_METHOD#" name="X_METHOD">
<cfhttpparam type="Formfield" value="#Attributes.X_CARD_NUM#" name="X_CARD_NUM">
<cfhttpparam type="Formfield" value="#Attributes.X_EXP_DATE#" name="X_EXP_DATE">
<cfhttpparam type="Formfield" value="#Attributes.X_AMOUNT#" name="X_AMOUNT">
<cfhttpparam type="Formfield" value="#Attributes.X_INVOICE_NUM#" name="X_INVOICE_NUM">
<cfhttpparam type="Formfield" value="#Attributes.X_TYPE#" name="X_TYPE">
<cfhttpparam type="Formfield" value="#Attributes.X_LAST_NAME#" name="X_LAST_NAME">
<cfhttpparam type="Formfield" value="#Attributes.X_FIRST_NAME#" name="X_FIRST_NAME">
<cfhttpparam type="Formfield" value="#Attributes.X_ADDRESS#" name="X_ADDRESS">
<cfhttpparam type="Formfield" value="#Attributes.X_CITY#" name="X_CITY">
<cfhttpparam type="Formfield" value="#Attributes.X_STATE#" name="X_STATE">
<cfhttpparam type="Formfield" value="#Attributes.X_ZIP#" name="X_ZIP">
<cfhttpparam type="Formfield" value="#Attributes.X_description#" name="X_description">
<cfhttpparam type="Formfield" value="#Attributes.X_cust_id#" name="X_cust_id">
<cfhttpparam type="Formfield" value="TRUE" name="X_Delim_Data">
</cfhttp>
<!-------To capture return values----->
<cfset ReturnedValues = CFHTTP.FileContent>

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreColdFusion Development > Advance Integration Method Code


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway