<?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 transHashSha2 is not in the API transaction response in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66189#M39760</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I received the notification about transHash being replaced by transHashSha2. I updated to the latest SDK (1.9.9) but I still don't get a value in the transHashSha2 field. I am calling&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;CreateTransactionRequest&lt;/PRE&gt;&lt;P&gt;against the sandbox and the transaction response contains a value for transHash but the transHashSha2 field value is an empty string. I have double checked and I already have generated a signature key in the sandbox. What am I missing?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 31 Jan 2019 02:48:26 GMT</pubDate>
    <dc:creator>blackwood821</dc:creator>
    <dc:date>2019-01-31T02:48:26Z</dc:date>
    <item>
      <title>transHashSha2 is not in the API transaction response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66189#M39760</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I received the notification about transHash being replaced by transHashSha2. I updated to the latest SDK (1.9.9) but I still don't get a value in the transHashSha2 field. I am calling&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;CreateTransactionRequest&lt;/PRE&gt;&lt;P&gt;against the sandbox and the transaction response contains a value for transHash but the transHashSha2 field value is an empty string. I have double checked and I already have generated a signature key in the sandbox. What am I missing?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 02:48:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66189#M39760</guid>
      <dc:creator>blackwood821</dc:creator>
      <dc:date>2019-01-31T02:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: transHashSha2 is not in the API transaction response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66197#M39767</link>
      <description>&lt;P&gt;Has anyone using the API figured out how to get the amount from the response? The upgrade guide text is posted below. Can someone tell me how to grab the information in the third bullet point? I can successfully pull the transId element from the&amp;nbsp;createTransactionResponse using&amp;nbsp;response.transactionResponse.transId , but when I use&amp;nbsp;response.transactionResponse.amount I get the error, "Public member 'amount' on type 'createTransactionResponse' not found".&amp;nbsp; What is the syntax for extracting the amount from the&amp;nbsp;createTransactionResponse ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 3.&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;Create a message string that starts with a caret ("^"), followed by the following three fields delimited by carets, and terminated with another caret:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;•&amp;nbsp; &amp;nbsp; The API Login ID that you send in&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;createTransactionRequest&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;in the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;name&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;element.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;•&amp;nbsp; &amp;nbsp;&amp;nbsp;The transaction ID that we send in&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;createTransactionResponse&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;in the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;transId&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;element.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;•&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;The transaction amount that we send in&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;createTransactionResponse&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;in the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;amount&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;element.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 18:12:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66197#M39767</guid>
      <dc:creator>JenHaga</dc:creator>
      <dc:date>2019-01-31T18:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: transHashSha2 is not in the API transaction response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66198#M39768</link>
      <description>You will not get an amount in the response object. You want to use the amount of the transaction hard coded in, rather than pulling it from the response.</description>
      <pubDate>Thu, 31 Jan 2019 18:20:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66198#M39768</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-01-31T18:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: transHashSha2 is not in the API transaction response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66199#M39769</link>
      <description>&lt;P&gt;So their upgrade guide is incorrect? It cleary says to use&amp;nbsp; "&lt;SPAN&gt;The transaction amount that we send in&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;createTransactionResponse&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;in the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;amount&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;element.&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.authorize.net/support/hash_upgrade/" target="_blank"&gt;https://developer.authorize.net/support/hash_upgrade/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So just use the amount I'm sending to them?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 18:24:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66199#M39769</guid>
      <dc:creator>JenHaga</dc:creator>
      <dc:date>2019-01-31T18:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: transHashSha2 is not in the API transaction response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66200#M39770</link>
      <description>Yep it’s wrong. So if your app has a variable called amount that you pass in the transaction, you just plop that variable into your string. I’ve had mine tested and working for 2 or 3 weeks.</description>
      <pubDate>Thu, 31 Jan 2019 18:41:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66200#M39770</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-01-31T18:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: transHashSha2 is not in the API transaction response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66201#M39771</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/23043"&gt;@blackwood821&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Are you by chance using the sandbox in test mode? Not sure what else would cause that.</description>
      <pubDate>Thu, 31 Jan 2019 18:43:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66201#M39771</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-01-31T18:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: transHashSha2 is not in the API transaction response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66331#M39884</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/26959"&gt;@Renaissance&lt;/a&gt;&amp;nbsp;no, my sandbox is in live mode.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2019 20:41:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66331#M39884</guid>
      <dc:creator>blackwood821</dc:creator>
      <dc:date>2019-02-09T20:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: transHashSha2 is not in the API transaction response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66332#M39885</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/28398"&gt;@JenHaga&lt;/a&gt;&amp;nbsp;your&amp;nbsp;question&amp;nbsp;should've probably been a separate post as it's not related to my issue.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2019 20:42:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66332#M39885</guid>
      <dc:creator>blackwood821</dc:creator>
      <dc:date>2019-02-09T20:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: transHashSha2 is not in the API transaction response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66342#M39893</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/23043"&gt;@blackwood821&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;What language and integration method are you using?</description>
      <pubDate>Sun, 10 Feb 2019 21:47:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66342#M39893</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-02-10T21:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: transHashSha2 is not in the API transaction response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66343#M39894</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/26959"&gt;@Renaissance&lt;/a&gt;&amp;nbsp;I am calling&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;createTransactionResponse&lt;/PRE&gt;&lt;P&gt;in Java using the anet-java-sdk version 1.9.9.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Feb 2019 22:04:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66343#M39894</guid>
      <dc:creator>blackwood821</dc:creator>
      <dc:date>2019-02-10T22:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: transHashSha2 is not in the API transaction response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66344#M39895</link>
      <description>Ok in your above post I believe you said you were calling createTransactionRequest. Did I miss something?</description>
      <pubDate>Mon, 11 Feb 2019 01:06:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66344#M39895</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-02-11T01:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: transHashSha2 is not in the API transaction response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66346#M39897</link>
      <description>Oops, I meant createTransactionRequest. I was looking at the API docs to verify that it was documented to be included in the response and accidentally copied the response name.</description>
      <pubDate>Mon, 11 Feb 2019 05:24:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66346#M39897</guid>
      <dc:creator>blackwood821</dc:creator>
      <dc:date>2019-02-11T05:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: transHashSha2 is not in the API transaction response</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66353#M39903</link>
      <description>Yeah that is strange. I am not sure what it would be. You created your signature key from the same place you created your transaction key, correct? You answered the question with Simon? I am sure you did because you would be getting back a null value rather than an empty string. You would have a transaction key, login, signature key, and (if you use accept.js) a public client key. So 4 api credentials total. A consolation prize if you can’t figure this out is that the modern integration methods don’t get as much benefit from this as the old ones. You can do without it, I think.</description>
      <pubDate>Mon, 11 Feb 2019 15:13:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transHashSha2-is-not-in-the-API-transaction-response/m-p/66353#M39903</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-02-11T15:13:47Z</dc:date>
    </item>
  </channel>
</rss>

