|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Ok. I read the string about authorizenet and php. my problem is hopefully simple. I program in cf but my shopping cart form is basic html. I am totally clueless as to what to do with setting up a fingerprint. Can someone assist.
here is my code <FORM METHOD=POST ACTION="https://secure.authorize.net/gateway/transact.dll"> <INPUT TYPE=HIDDEN NAME="x_Logo_URL" VALUE=""> <INPUT TYPE=HIDDEN NAME="x_Invoice_Num" VALUE="#url.id#"> <INPUT TYPE=HIDDEN NAME="x_Version" VALUE="3.0"> <INPUT TYPE=HIDDEN NAME="x_Login" VALUE=""> <INPUT TYPE=HIDDEN NAME="x_Amount" VALUE="#url.cost#"> <INPUT TYPE=HIDDEN NAME="x_Cust_ID" VALUE="#url.id#"> <INPUT TYPE=HIDDEN NAME="x_Description" VALUE="blahblahblah"> <input type="hidden" name="x_ADC_relay_response" Value="true"> <input type="hidden" name="x_ADC_url" Value=""> then it goes on to capture the form information and then click submit and away it goes. Now I have no clue what to do. Any help would be loved |
|
#2
|
||||
|
||||
|
First off, this isn't a php question. Second, authorize.net has sample code and specifically shows you how to create the fingerprint that the server expects. I know because I've done it myself. Check their pdf manuals. It shows you exactly how to do it. Good luck.
|
|
#3
|
|||
|
|||
|
I believe AN has turned off their support for any of the connection methods that just link to their servers. You need to use curl for AIM, or you need to have a special "switch" (I forget the name) turned on in php to use SIM.
Do a search on the php forum for SIM and AIM |
![]() |
| Viewing: Dev Shed Forums > Other > Dev Shed Lounge > Authorizenet driving me nuts |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|