<?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: Indirect Post using DPM and PCI Compliance in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Indirect-Post-using-DPM-and-PCI-Compliance/m-p/25253#M13482</link>
    <description>&lt;P&gt;If you look at the documentation. They are all(DPM, SIM, AIM) point to the same URL &lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll"&gt;https://secure.authorize.net/gateway/transact.dll&lt;/A&gt; or&amp;nbsp;&lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll."&gt;https://test.authorize.net/gateway/transact.dll.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The different it how they work.Look at the "See how it works" pic on all three, and you will see.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If CC info going to your server is AIM. Doesn't matter if you save it or not.&lt;/P&gt;&lt;P&gt;Michelle have a blog on it &lt;A target="_self" href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/PCI-and-You/ba-p/10628"&gt;PCI and You &lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Apr 2012 20:08:22 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2012-04-02T20:08:22Z</dc:date>
    <item>
      <title>Indirect Post using DPM and PCI Compliance</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Indirect-Post-using-DPM-and-PCI-Compliance/m-p/25235#M13473</link>
      <description>&lt;P&gt;If I use the DPM API, but instead of posting back directly to the Authorize.NET server, I post back to my own server and then relay the post to the Authorize.NET server, is this breaking PCI compliance?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that I'm not storying the info anyway. I'm just posting it behind the scenes to prevent the user's browser from bouncing around.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2012 14:48:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Indirect-Post-using-DPM-and-PCI-Compliance/m-p/25235#M13473</guid>
      <dc:creator>jonathanwood</dc:creator>
      <dc:date>2012-04-02T14:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect Post using DPM and PCI Compliance</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Indirect-Post-using-DPM-and-PCI-Compliance/m-p/25243#M13477</link>
      <description>&lt;P&gt;What you describe is AIM. Is not the it breaking PCI compliance, all API have some level of PCI compliance.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2012 18:19:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Indirect-Post-using-DPM-and-PCI-Compliance/m-p/25243#M13477</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-04-02T18:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect Post using DPM and PCI Compliance</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Indirect-Post-using-DPM-and-PCI-Compliance/m-p/25251#M13481</link>
      <description>&lt;P&gt;Thanks for the reply but I'm a little unsure about your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I &lt;STRONG&gt;am&lt;/STRONG&gt; using the DPM API. But the intent of that API is that the page is posted directly to the Authorize.NET server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I'm doing instead is using AJAX to post it back to my own server, and my server then simulates a post to the Authorize.NET server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I store the credit card number in my database, then I must be PCI compliant. But if I simply route it through my server this way, without storing it to permanent storage, then I want to make sure PCI compliance is not required.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2012 19:55:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Indirect-Post-using-DPM-and-PCI-Compliance/m-p/25251#M13481</guid>
      <dc:creator>jonathanwood</dc:creator>
      <dc:date>2012-04-02T19:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect Post using DPM and PCI Compliance</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Indirect-Post-using-DPM-and-PCI-Compliance/m-p/25253#M13482</link>
      <description>&lt;P&gt;If you look at the documentation. They are all(DPM, SIM, AIM) point to the same URL &lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll"&gt;https://secure.authorize.net/gateway/transact.dll&lt;/A&gt; or&amp;nbsp;&lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll."&gt;https://test.authorize.net/gateway/transact.dll.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The different it how they work.Look at the "See how it works" pic on all three, and you will see.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If CC info going to your server is AIM. Doesn't matter if you save it or not.&lt;/P&gt;&lt;P&gt;Michelle have a blog on it &lt;A target="_self" href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/PCI-and-You/ba-p/10628"&gt;PCI and You &lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2012 20:08:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Indirect-Post-using-DPM-and-PCI-Compliance/m-p/25253#M13482</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-04-02T20:08:22Z</dc:date>
    </item>
  </channel>
</rss>

