<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Round Two: Trouble with Weblink in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Round-Two-Trouble-with-Weblink/m-p/32008#M16653</link>
    <description>&lt;P&gt;You don't need to pass the x_tran_key, that is what x_fp_hash is for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the minimum fields required for different transaction type&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://developer.authorize.net/guides/SIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=Appendix_A.html"&gt;http://developer.authorize.net/guides/SIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=Appendix_A.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Dec 2012 19:51:11 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2012-12-07T19:51:11Z</dc:date>
    <item>
      <title>Round Two: Trouble with Weblink</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Round-Two-Trouble-with-Weblink/m-p/31988#M16643</link>
      <description>&lt;P&gt;Okay, once again we got our little SIM form that's producing a connection, and lo and behold I'm getting error 102 (&lt;A target="_self" href="http://support.authorize.net/authkb/index?page=content&amp;amp;id=A613&amp;amp;actp=RSS"&gt;http://support.authorize.net/authkb/index?page=content&amp;amp;id=A613&amp;amp;actp=RSS&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or at least I think I am...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once again, there are no errors cropping up in the logger, but at least now I know it's hitting my site.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So as with before, the form being generated is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;form action = '&lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll'"&gt;https://secure.authorize.net/gateway/transact.dll'&lt;/A&gt; method = 'post'&amp;gt;
		&amp;lt;input type = 'hidden' name = 'x_fp_hash' value = '13d83174a78330de31e9e952bd4c7ec3' \&amp;gt;
		&amp;lt;input type = 'hidden' name = 'x_fp_sequence' value = '589'\&amp;gt;
		&amp;lt;input type = 'hidden' name = 'x_fp_timestamp' value = '1354900381' \&amp;gt;
		&amp;lt;input type = 'hidden' name = 'x_login' value = '00000000' \&amp;gt;
		&amp;lt;input type = 'hidden' name = 'x_tran_key' value = '00000000' \&amp;gt;
		&amp;lt;input type = 'hidden' name = 'x_amount' value = '30.00' \&amp;gt;
		&amp;lt;input type = 'hidden' name = 'x_relay_url' value = '&lt;A target="_blank" href="https://somewhere.nowhere.net/orders/[Dynamically"&gt;https://somewhere.nowhere.net/orders/[Dynamically&lt;/A&gt; Generated Order GUID]/payment' \&amp;gt;
		&amp;lt;input type = 'hidden' name = 'x_po_num' value = '221' \&amp;gt;
		&amp;lt;input type = 'hidden' name = 'x_relay_response' value = 'TRUE' \&amp;gt;
&amp;lt;h2&amp;gt;Payment Information&amp;lt;/h2&amp;gt;
					&amp;lt;div style = 'float:left;width:250px;'&amp;gt;
						&amp;lt;label&amp;gt;Credit Card Number&amp;lt;/label&amp;gt;
						&amp;lt;div id = 'CreditCardNumber'&amp;gt;
							&amp;lt;input type = 'text' size = '28' name = 'x_card_num' id = 'x_card_num'/&amp;gt;
						&amp;lt;/div&amp;gt;
					&amp;lt;/div&amp;gt;	
					&amp;lt;div style = 'float:left;width:70px;'&amp;gt;
						&amp;lt;label&amp;gt;Exp.&amp;lt;/label&amp;gt;
						&amp;lt;div id = 'CreditCardExpiration'&amp;gt;
							&amp;lt;input type = 'text' size = '5' maxlength = '5' name = 'x_exp_date' id = 'x_exp_date'/&amp;gt;
						&amp;lt;/div&amp;gt;
					&amp;lt;/div&amp;gt;
					&amp;lt;div style = 'float:left;width:70px;'&amp;gt;
						&amp;lt;label&amp;gt;CCV&amp;lt;/label&amp;gt;
						&amp;lt;div id = 'CCV'&amp;gt;
							&amp;lt;input type = 'text' size = '5' maxlength = '5' name = 'x_card_code' id = 'x_card_code' /&amp;gt;
						&amp;lt;/div&amp;gt;
					&amp;lt;/div&amp;gt;
                        &amp;lt;br /&amp;gt;
                       &amp;lt;input type = "submit" name="action" value = "Pay Now" /&amp;gt;
                       &amp;lt;br /&amp;gt;
                        &amp;lt;/form&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At this point the Authorize.Net site says to not pass the Login or Trankey with the same request as the weblink, but I'm following the SIM integration as best as I can (working within the confines of existing code.) So I'm not exactly sure why it's kicking this error out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The zeroed out fields actually have the data in them, but it's being passed via SSL back and forth, so I'm unsure as to why A.NET is having issues here.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2012 17:26:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Round-Two-Trouble-with-Weblink/m-p/31988#M16643</guid>
      <dc:creator>AaronHildebrand</dc:creator>
      <dc:date>2012-12-07T17:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Round Two: Trouble with Weblink</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Round-Two-Trouble-with-Weblink/m-p/31994#M16646</link>
      <description>&lt;P&gt;because you are sending param&lt;/P&gt;&lt;PRE&gt;&amp;lt;input type = 'hidden' name = 'x_tran_key' value = '00000000' \&amp;gt;&lt;/PRE&gt;&lt;P&gt;when you are not suppose to when using SIM, or DPM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SSL help, but any web user can look at your TransactionKey by looking at the browser page source.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2012 19:09:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Round-Two-Trouble-with-Weblink/m-p/31994#M16646</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-12-07T19:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Round Two: Trouble with Weblink</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Round-Two-Trouble-with-Weblink/m-p/32004#M16651</link>
      <description>&lt;P&gt;Okay, so how the blue blazes am I supposed to pass data like that without including it in the webform that's posting?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really hope I don't have to inject it somehow in the post statement, if it's just a straight form like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mean I would love to be able to obfuscate all of those variables as behind-the-scenes stuff so that I don't have to expose them like that (if someone wily enough changes the amount to say one dollar it would really put a cramp on things)&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2012 19:42:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Round-Two-Trouble-with-Weblink/m-p/32004#M16651</guid>
      <dc:creator>AaronHildebrand</dc:creator>
      <dc:date>2012-12-07T19:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Round Two: Trouble with Weblink</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Round-Two-Trouble-with-Weblink/m-p/32008#M16653</link>
      <description>&lt;P&gt;You don't need to pass the x_tran_key, that is what x_fp_hash is for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the minimum fields required for different transaction type&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://developer.authorize.net/guides/SIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=Appendix_A.html"&gt;http://developer.authorize.net/guides/SIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=Appendix_A.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2012 19:51:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Round-Two-Trouble-with-Weblink/m-p/32008#M16653</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-12-07T19:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Round Two: Trouble with Weblink</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Round-Two-Trouble-with-Weblink/m-p/32010#M16654</link>
      <description>&lt;P&gt;Once again, thank you RaynorC1men7, let's see how far we get now, I know why I put them in there, I have an old implementation of a server integration that uses CURL rather than the standard libraries and it required those keys.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2012 20:02:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Round-Two-Trouble-with-Weblink/m-p/32010#M16654</guid>
      <dc:creator>AaronHildebrand</dc:creator>
      <dc:date>2012-12-07T20:02:05Z</dc:date>
    </item>
  </channel>
</rss>

