>Can you paste your code? (just the cfhttp)
>

I've been using reading the docs trying to get this to work. 

<cfhttp url="#ARGUMENTS.AuthNetURL#" method="post">
             <cfhttpparam type="FormField" name="x_Login" 
value="#VARIABLES.authorizenetsettings.AuthNetLogin#">
        <cfhttpparam type="FormField" name="x_tran_key" 
value="#VARIABLES.authorizenetsettings.AuthNetPassword#">
        <cfhttpparam type="FormField" name="x_version" value="True">
        <cfhttpparam type="FormField" name="x_type" value="AUTH_CAPTURE">
        <cfhttpparam type="FormField" name="x_Amount" 
value="#ARGUMENTS.refundamount#">
        <cfhttpparam type="FormField" name="x_Card_Num" 
value="#ARGUMENTS.last4digits#">
        <cfhttpparam type="FormField" name="x_trans_id" 
value="#ARGUMENTS.getorderdetails.authnettransactionID#">

I'm ommitting some of the irrelevant fields. I dumped the data being 
transmitted and it looks good. 

Username
Trans key
Transaction ID
Amount

If I send just the last 4 digits it tells me the credit card number is invalid. 

Just for the heckuvit, I tried sending a full CC #. That produced a new error. 

Response code: 3 ERROR | Reason code: 33 | Text - Expiration date is required.

Expiration date? I haven't seen anything bout that being required. I talked to 
auth.net support .... about as useful as talkin with my 11 year old about it. 

I guess the next step is to pass the exp date and see if it wants the CCV code. 
lol!

Thanks,
Will

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256804
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to