Re: [WebDNA] MD5 Hash issue

This WebDNA talk-list message is from

2009


It keeps the original formatting.
numero = 102434
interpreted = N
texte = Donovan, I sent some files to the integration people at auth.net. The support people suggested that as the integration people have access to the inner workings of the system for troubleshooting. The strange thing is the password field is nowhere in the test file that is now being generated since I uncommented the debugging code. Here's the an_response.txt contents: Error: couldn't connect to host [secure.authorize.net] It has to be password related, but I can't get it to send the proper files. I am getting the x_login= with the API Login ID, but no password (regardless of whether it's the trans code or the password). I am going to try adding the x_trans_key (what the support people said it's looking for) to the /Globals/WebMerchant/AuthorizeNet_DC.inc file. That is the correct file to modify, correct? Something like: [/!][text]x_trans_key=Abd37EfgsoD0938[/text][!] My questions is should the login info be in the tcpconnect block setup or is it passed in the [content] portion of the tcpconnect? Should I add this line in the [showif .... CC] block or in the later CC block with x_login= line? Here is the an_test.txt file contents: x_version=3.0&x_Type=AUTH_CAPTURE&x_Last_Name=Tony Miller&x_Company=Burlington Hawk Eye&x_Address=800 S. Main&x_City=Burlington&x_Country=US&x_Phone=319-754-8461&x_State=IA&x_Zi p=52601&x_amount=20.00&x_CARD_NUM=5555555555554444&x_Exp_Date=0110&x_tax =0.00&x_Method=CC&x_ADC_Relay_Response=FALSE&x_Invoice_Num=1239919800127 0&x_login=XXXXXXXXXX&x_ADC_URL=FALSE&x_ADC_Delim_Data=TRUE&x_ADC_Delim_C haracter=,&x_Test_Request=false I can post the AuthorizeNet_DC.inc file too if anyone thinks that will help, but don't want to overload the list either. Tony Miller tmiller@thehawkeye.com On Apr 16, 2009, at 3:51 PM, Donovan Brooke wrote: > Terry Wilson wrote: >> No, the account password would go in the password field. The >> transaction key is a generated string that the authnet account >> holder gets from within their authnet account settings. >> Authnet will need the account ID and EITHER the password or trans >> key. I do not use storebuilder, so I don't know if it has a field >> for a transaction key. > > > No it does not. > > > If not, then you'll have to put in the account >> password. But not the trans key, in the password field. Unless the >> Webdna docs say that the password field is for the trans key, in >> which case that would be very confusing and wrong... > > > Nope, you are right Terry. Password in the password field. > > Donovan > > > -- > Donovan D. Brooke PH: 1 (608) 770-3822 > ------------------------------------------------ > VP > WebDNA Software Corporation > 16192 Coastal Highway > Lewes, DE 19958 > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] MD5 Hash issue (Donovan Brooke 2009)
  2. Re: [WebDNA] MD5 Hash issue (Tony Miller 2009)
  3. Re: [WebDNA] MD5 Hash issue (Terry Wilson 2009)
  4. Re: [WebDNA] MD5 Hash issue (Terry Wilson 2009)
  5. Re: [WebDNA] MD5 Hash issue (Donovan Brooke 2009)
  6. Re: [WebDNA] MD5 Hash issue (Donovan Brooke 2009)
  7. Re: [WebDNA] MD5 Hash issue (Tony Miller 2009)
  8. Re: [WebDNA] MD5 Hash issue (Tony Miller 2009)
  9. Re: [WebDNA] MD5 Hash issue (Donovan Brooke 2009)
  10. Re: [WebDNA] MD5 Hash issue (Terry Wilson 2009)
  11. Re: [WebDNA] MD5 Hash issue (Donovan Brooke 2009)
  12. Re: [WebDNA] MD5 Hash issue (Tony Miller 2009)
  13. Re: [WebDNA] MD5 Hash issue (Donovan Brooke 2009)
  14. Re: [WebDNA] MD5 Hash issue (Terry Wilson 2009)
  15. Re: [WebDNA] MD5 Hash issue (Tony Miller 2009)
  16. Re: [WebDNA] MD5 Hash issue (Donovan Brooke 2009)
  17. Re: [WebDNA] MD5 Hash issue (Terry Wilson 2009)
  18. Re: [WebDNA] MD5 Hash issue (Donovan Brooke 2009)
  19. Re: [WebDNA] MD5 Hash issue (Tony Miller 2009)
  20. Re: [WebDNA] MD5 Hash issue (Donovan Brooke 2009)
  21. Re: [WebDNA] MD5 Hash issue (Terry Wilson 2009)
  22. Re: [WebDNA] MD5 Hash issue (Tony Miller 2009)
  23. Re: [WebDNA] MD5 Hash issue (Tony Miller 2009)
  24. Re: [WebDNA] MD5 Hash issue (Terry Wilson 2009)
  25. Re: [WebDNA] MD5 Hash issue (Donovan Brooke 2009)
  26. Re: [WebDNA] MD5 Hash issue (Terry Wilson 2009)
  27. Re: [WebDNA] MD5 Hash issue (Tony Miller 2009)
  28. Re: [WebDNA] MD5 Hash issue (Tony Miller 2009)
  29. Re: [WebDNA] MD5 Hash issue (Terry Wilson 2009)
  30. Re: [WebDNA] MD5 Hash issue (Govinda 2009)
  31. [WebDNA] MD5 Hash issue (Tony Miller 2009)
Donovan, I sent some files to the integration people at auth.net. The support people suggested that as the integration people have access to the inner workings of the system for troubleshooting. The strange thing is the password field is nowhere in the test file that is now being generated since I uncommented the debugging code. Here's the an_response.txt contents: Error: couldn't connect to host [secure.authorize.net] It has to be password related, but I can't get it to send the proper files. I am getting the x_login= with the API Login ID, but no password (regardless of whether it's the trans code or the password). I am going to try adding the x_trans_key (what the support people said it's looking for) to the /Globals/WebMerchant/AuthorizeNet_DC.inc file. That is the correct file to modify, correct? Something like: [/!][text]x_trans_key=Abd37EfgsoD0938[/text][!] My questions is should the login info be in the tcpconnect block setup or is it passed in the [content] portion of the tcpconnect? Should I add this line in the [showif .... CC] block or in the later CC block with x_login= line? Here is the an_test.txt file contents: x_version=3.0&x_Type=AUTH_CAPTURE&x_Last_Name=Tony Miller&x_Company=Burlington Hawk Eye&x_Address=800 S. Main&x_City=Burlington&x_Country=US&x_Phone=319-754-8461&x_State=IA&x_Zi p=52601&x_amount=20.00&x_CARD_NUM=5555555555554444&x_Exp_Date=0110&x_tax =0.00&x_Method=CC&x_ADC_Relay_Response=FALSE&x_Invoice_Num=1239919800127 0&x_login=XXXXXXXXXX&x_ADC_URL=FALSE&x_ADC_Delim_Data=TRUE&x_ADC_Delim_C haracter=,&x_Test_Request=false I can post the AuthorizeNet_DC.inc file too if anyone thinks that will help, but don't want to overload the list either. Tony Miller tmiller@thehawkeye.com On Apr 16, 2009, at 3:51 PM, Donovan Brooke wrote: > Terry Wilson wrote: >> No, the account password would go in the password field. The >> transaction key is a generated string that the authnet account >> holder gets from within their authnet account settings. >> Authnet will need the account ID and EITHER the password or trans >> key. I do not use storebuilder, so I don't know if it has a field >> for a transaction key. > > > No it does not. > > > If not, then you'll have to put in the account >> password. But not the trans key, in the password field. Unless the >> Webdna docs say that the password field is for the trans key, in >> which case that would be very confusing and wrong... > > > Nope, you are right Terry. Password in the password field. > > Donovan > > > -- > Donovan D. Brooke PH: 1 (608) 770-3822 > ------------------------------------------------ > VP > WebDNA Software Corporation > 16192 Coastal Highway > Lewes, DE 19958 > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ Tony Miller

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Limiting user access to .tmpl files (1997) Smart caching problems with 2.1b3? (1997) Re2: Calculating multiple shipping... (1997) Problems adding stuff to the shopping cart. (1997) Cannot calculate prices (1997) WebDelivery downloads alias, not original ? (1997) WC 2.0 frames feature (1997) Forbidden CGI Error (1997) too many nested [xxx] (1997) Off Topic: Frames Killer? (1998) [WebDNA] Issue with variable inside a Function (2018) Sku numbers (1997) WebCatalog2 Feature Feedback (1996) Re:No Data (1997) Next X hits (1996) [WebDNA] WebCatalog runaway process (2011) [WebDNA] Listwords and newline (2011) RE: Answer: WebDelivery downloads alias, not original ? (1997) [WebDNA] OT: WebStar 4.2 (2009) Comments in db? (1997)