<?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 Verify an Accept Hosted transaction server-side in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Verify-an-Accept-Hosted-transaction-server-side/m-p/62212#M36580</link>
    <description>&lt;P&gt;I am looking at the Accept Hosted &lt;A href="https://developer.authorize.net/api/reference/features/accept_hosted.html#" target="_self"&gt;documentation&lt;/A&gt; and &lt;A href="https://github.com/AuthorizeNet/accept-sample-app" target="_self"&gt;sample app&lt;/A&gt;, and I am not seeing a way to verify on the server-side whether or not the transResponse.authorization returned from&amp;nbsp;the client via the window.CommunicationHandler is valid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I missing something?&amp;nbsp; These values could be easily intercepted &amp;amp; changed by malicious users using browser dev tools, so we should be using server-side checks to validate that the payment transaction data is legit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yet nowhere in the documentation does Authorize.net suggest to even perform such a check.&amp;nbsp; Doesn't this seem like a rather large oversight?&amp;nbsp; If the application layer doesn't verify the client-side-provided transaction data, then anyone could run an order through such a system and potentially cause the application to think that an order has been paid when no payment transaction was actually run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Mar 2018 18:12:39 GMT</pubDate>
    <dc:creator>spacedev</dc:creator>
    <dc:date>2018-03-20T18:12:39Z</dc:date>
    <item>
      <title>Verify an Accept Hosted transaction server-side</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Verify-an-Accept-Hosted-transaction-server-side/m-p/62212#M36580</link>
      <description>&lt;P&gt;I am looking at the Accept Hosted &lt;A href="https://developer.authorize.net/api/reference/features/accept_hosted.html#" target="_self"&gt;documentation&lt;/A&gt; and &lt;A href="https://github.com/AuthorizeNet/accept-sample-app" target="_self"&gt;sample app&lt;/A&gt;, and I am not seeing a way to verify on the server-side whether or not the transResponse.authorization returned from&amp;nbsp;the client via the window.CommunicationHandler is valid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I missing something?&amp;nbsp; These values could be easily intercepted &amp;amp; changed by malicious users using browser dev tools, so we should be using server-side checks to validate that the payment transaction data is legit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yet nowhere in the documentation does Authorize.net suggest to even perform such a check.&amp;nbsp; Doesn't this seem like a rather large oversight?&amp;nbsp; If the application layer doesn't verify the client-side-provided transaction data, then anyone could run an order through such a system and potentially cause the application to think that an order has been paid when no payment transaction was actually run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 18:12:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Verify-an-Accept-Hosted-transaction-server-side/m-p/62212#M36580</guid>
      <dc:creator>spacedev</dc:creator>
      <dc:date>2018-03-20T18:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Verify an Accept Hosted transaction server-side</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Verify-an-Accept-Hosted-transaction-server-side/m-p/62227#M36589</link>
      <description>&lt;P&gt;After some digging into the API, I found a&amp;nbsp;getTransactionDetailsRequest method that can be used to&amp;nbsp;verify a transaction.&amp;nbsp; To use this method, I had to log into the sandbox and enable the transaction details API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still seems odd to me that the documentation doesn't suggest or recommend using this to verify that payments have gone through.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 14:08:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Verify-an-Accept-Hosted-transaction-server-side/m-p/62227#M36589</guid>
      <dc:creator>spacedev</dc:creator>
      <dc:date>2018-03-21T14:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Verify an Accept Hosted transaction server-side</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Verify-an-Accept-Hosted-transaction-server-side/m-p/62233#M36594</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/23776"&gt;@spacedev&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also subscribe to payment webhooks to get real time notifications for your payment events .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/features/webhooks.html" target="_blank"&gt;https://developer.authorize.net/api/reference/features/webhooks.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps !!!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 03:27:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Verify-an-Accept-Hosted-transaction-server-side/m-p/62233#M36594</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-03-22T03:27:21Z</dc:date>
    </item>
  </channel>
</rss>

