<?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: Need help with integration with website x5 in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-with-integration-with-website-x5/m-p/53041#M28204</link>
    <description>&lt;P&gt;x_fp_hash&amp;nbsp; &amp;nbsp;Value: The unique transaction fingerprint.&lt;STRONG&gt; (where do i find the unique transaction fingerprint?)&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have to generate it. page 27 on the doc&lt;/P&gt;&lt;P&gt;The transaction fingerprint that is submitted in the&lt;BR /&gt;&amp;nbsp;x_fp_hash&lt;BR /&gt;&amp;nbsp;field is generated using an HMAC-MD5 hashing algorithm on the following field values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_fp_sequence Value: The merchant-assigned sequence number for the transaction &lt;STRONG&gt;(where to i find the cerchant-assigned sequenbce number for each transaction?)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You create it, it could be your invoice#, order#, random#&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_fp_ timestamp Value: The timestamp at the time of fingerprint generation. &lt;STRONG&gt;(how to i find this?)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Page 27 on the doc&lt;/P&gt;&lt;P&gt;UTC time in seconds since January 1, 1970&lt;/P&gt;</description>
    <pubDate>Thu, 19 Nov 2015 15:16:10 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2015-11-19T15:16:10Z</dc:date>
    <item>
      <title>Need help with integration with website x5</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-with-integration-with-website-x5/m-p/53018#M28183</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using website x5 and trying to integrate the payment system here. Apparently all i need to do is enter the simple code for the payment form although i am getting very confused with this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the code i am using but i feel i am missing something:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;!--#INCLUDE FILE=”simlib.asp”--&amp;gt;&lt;BR /&gt;&amp;lt;FORM METHOD=POST ACTION= "&lt;A href="https://community.developer.cybersource.com/" target="_blank"&gt;https://secure.authorize.net/gateway/transact.dll"&amp;gt;&lt;/A&gt;&lt;BR /&gt;&amp;lt;% ret = InsertFP (4SK8Gjrbj29, sequence, amount, txnkey) %&amp;gt;&lt;BR /&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_version" VALUE="3.1"&amp;gt;&lt;BR /&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_login" VALUE="0000000000change for this post"&amp;gt;&lt;BR /&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_show_form" VALUE="PAYMENT_FORM"&amp;gt;&lt;BR /&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_method" VALUE="CC"&amp;gt;&lt;BR /&gt;&amp;lt;INPUT TYPE=HIDDEN NAME="x_amount" VALUE="[PRICE]"&amp;gt;&lt;BR /&gt;&amp;lt;INPUT TYPE=SUBMIT VALUE="Click here for the secure payment form"&amp;gt;&lt;BR /&gt;&amp;lt;/FORM&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do i change this line to:&amp;nbsp;&lt;SPAN&gt;&amp;lt;% ret = InsertFP (4SK8Gjrbj29, sequence, amount, txnkey) %&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Or does anyone know what i am supposed to enter to get x5 to work?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 15:58:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-with-integration-with-website-x5/m-p/53018#M28183</guid>
      <dc:creator>Hedge</dc:creator>
      <dc:date>2015-11-17T15:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with integration with website x5</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-with-integration-with-website-x5/m-p/53032#M28195</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19276"&gt;@Hedge﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The complete documentation for our Server Integration Method (SIM) is available at&amp;nbsp;&lt;A href="http://www.authorize.net/support/SIM_guide.pdf" target="_blank"&gt;http://www.authorize.net/support/SIM_guide.pdf&lt;/A&gt; &amp;nbsp; It includes instructions on how to calculate the fingerprint and including it in your form POST.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2015 19:42:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-with-integration-with-website-x5/m-p/53032#M28195</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-11-18T19:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with integration with website x5</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-with-integration-with-website-x5/m-p/53039#M28202</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is the documentation i am using to try and get this payment gateway working. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;free Authorize.Net sample code available on the Developer Center doesn't work. It just gives an error code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am struggling to create a custom code because it says:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you choose to develop custom code for generating the transaction fingerprint, see the following table for field requirements. Use the following syntax when you insert the form fields into the transaction request:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;INPUT TYPE=HIDDEN NAME=”x_name_of_field” VALUE=”value of the field”&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_fp_hash&amp;nbsp; &amp;nbsp;Value: The unique transaction fingerprint.&lt;STRONG&gt; (where do i find the unique transaction fingerprint?)&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_fp_sequence Value: The merchant-assigned sequence number for the transaction &lt;STRONG&gt;(where to i find the cerchant-assigned sequenbce number for each transaction?)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_fp_ timestamp Value: The timestamp at the time of fingerprint generation. &lt;STRONG&gt;(how to i find this?)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that all of these things wont be generated untill after the transaction so i am confused as to how i am supposed to know what they are before the transaction, in order to make the transaction possible. I'm sure i'm missing something that's obvious to you guys. Could someone offer some assistence please?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also it appears i would need to include the file&amp;nbsp;simlib.asp. How do i do this and where can i find that file?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2015 13:30:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-with-integration-with-website-x5/m-p/53039#M28202</guid>
      <dc:creator>Hedge</dc:creator>
      <dc:date>2015-11-19T13:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with integration with website x5</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-with-integration-with-website-x5/m-p/53041#M28204</link>
      <description>&lt;P&gt;x_fp_hash&amp;nbsp; &amp;nbsp;Value: The unique transaction fingerprint.&lt;STRONG&gt; (where do i find the unique transaction fingerprint?)&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have to generate it. page 27 on the doc&lt;/P&gt;&lt;P&gt;The transaction fingerprint that is submitted in the&lt;BR /&gt;&amp;nbsp;x_fp_hash&lt;BR /&gt;&amp;nbsp;field is generated using an HMAC-MD5 hashing algorithm on the following field values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_fp_sequence Value: The merchant-assigned sequence number for the transaction &lt;STRONG&gt;(where to i find the cerchant-assigned sequenbce number for each transaction?)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You create it, it could be your invoice#, order#, random#&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_fp_ timestamp Value: The timestamp at the time of fingerprint generation. &lt;STRONG&gt;(how to i find this?)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Page 27 on the doc&lt;/P&gt;&lt;P&gt;UTC time in seconds since January 1, 1970&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:16:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-with-integration-with-website-x5/m-p/53041#M28204</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-11-19T15:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with integration with website x5</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-with-integration-with-website-x5/m-p/53042#M28205</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have read page 27 and i dont understand it. I'm not a coder. This is why i am asking for help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont know how to run the algorithm and there is nothing to explain in easy to understand terms.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It it not possible to provide a code i can use and just&amp;nbsp;enter my&amp;nbsp;API and transaction code into the correct places?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm happy to use the simple check out finction if this is easier. I tried befire but was previously strugging to get Authorise.net to tally the correct tatal from the items in shoppingcart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:48:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-with-integration-with-website-x5/m-p/53042#M28205</guid>
      <dc:creator>Hedge</dc:creator>
      <dc:date>2015-11-19T15:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with integration with website x5</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-with-integration-with-website-x5/m-p/53045#M28208</link>
      <description>&lt;P&gt;You could hire someone&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.authorize.net/solutions/merchantsolutions/merchantservices/certifieddeveloperdirectory/" target="_blank"&gt;http://www.authorize.net/solutions/merchantsolutions/merchantservices/certifieddeveloperdirectory/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2015 17:41:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-with-integration-with-website-x5/m-p/53045#M28208</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-11-19T17:41:37Z</dc:date>
    </item>
  </channel>
</rss>

