<?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: aim problem in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/aim-problem/m-p/29140#M15317</link>
    <description>code is</description>
    <pubDate>Mon, 27 Aug 2012 13:07:22 GMT</pubDate>
    <dc:creator>meenukansal03</dc:creator>
    <dc:date>2012-08-27T13:07:22Z</dc:date>
    <item>
      <title>aim problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/aim-problem/m-p/29134#M15314</link>
      <description>why dpm give response as 1,1,1,This transaction has been approved.,ZV5A6I,Y,2175521708,12346,IpAD,5.99,CC,auth_capture,2,meenu,Doe,,123 Main Street,Boston,MA,02142,US,,,mkansal03@yahoo.co.in,,,,,,,,,,,,,,B9D88FFB5F45E16CA9BA5D50FFA739D7,P,2,,,,,,,,,,,XXXX0012,Discover,,,,,,,,,,,,,,,, not in recipt form or proper manner??? and how to redirect on my site aftwer getting result??</description>
      <pubDate>Mon, 27 Aug 2012 12:44:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/aim-problem/m-p/29134#M15314</guid>
      <dc:creator>meenukansal03</dc:creator>
      <dc:date>2012-08-27T12:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: aim problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/aim-problem/m-p/29136#M15315</link>
      <description>&lt;P&gt;Are you doing AIM or DPM? download the &lt;A href="http://developer.authorize.net/downloads/samplecode/" target="_self"&gt;AIM sample code&lt;/A&gt; and see how it &lt;A href="http://developer.authorize.net/api/howitworks/aim" target="_self"&gt;work&lt;/A&gt;. How are you sending data to authorize.net(code)?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2012 12:48:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/aim-problem/m-p/29136#M15315</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-08-27T12:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: aim problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/aim-problem/m-p/29138#M15316</link>
      <description>dpm method</description>
      <pubDate>Mon, 27 Aug 2012 13:04:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/aim-problem/m-p/29138#M15316</guid>
      <dc:creator>meenukansal03</dc:creator>
      <dc:date>2012-08-27T13:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: aim problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/aim-problem/m-p/29140#M15317</link>
      <description>code is</description>
      <pubDate>Mon, 27 Aug 2012 13:07:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/aim-problem/m-p/29140#M15317</guid>
      <dc:creator>meenukansal03</dc:creator>
      <dc:date>2012-08-27T13:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: aim problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/aim-problem/m-p/29142#M15318</link>
      <description>&lt;P&gt;code is&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;lt;?php&lt;BR /&gt;require_once 'anet_php_sdk/AuthorizeNet.php'; // The SDK&lt;BR /&gt;$url = "http://localhost:8080/web/";&lt;BR /&gt;$api_login_id = 'XXXXXXX';&lt;BR /&gt;$transaction_key = 'XXXXXXXX';&lt;BR /&gt;$md5_setting = '24Y7Ds5pX'; // Your MD5 Setting&lt;BR /&gt;$amount = "5.99";&lt;BR /&gt;AuthorizeNetDPM::directPostDemo($url, $api_login_id, $transaction_key, $amount, $md5_setting);&lt;BR /&gt;?&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2012 14:28:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/aim-problem/m-p/29142#M15318</guid>
      <dc:creator>meenukansal03</dc:creator>
      <dc:date>2012-08-28T14:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: aim problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/aim-problem/m-p/29146#M15320</link>
      <description>&lt;P&gt;your relay response url $url = "http://localhost:8080/web/"; is not accessable from the outside(authorize.net can't access it for relay response).&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2012 13:12:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/aim-problem/m-p/29146#M15320</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-08-27T13:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: aim problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/aim-problem/m-p/29150#M15322</link>
      <description>so what we can use??</description>
      <pubDate>Mon, 27 Aug 2012 13:21:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/aim-problem/m-p/29150#M15322</guid>
      <dc:creator>meenukansal03</dc:creator>
      <dc:date>2012-08-27T13:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: aim problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/aim-problem/m-p/29156#M15325</link>
      <description>&lt;P&gt;You will need a test site that can be acess from the outside or you won't be able to test the relay response feature.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2012 13:54:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/aim-problem/m-p/29156#M15325</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-08-27T13:54:51Z</dc:date>
    </item>
  </channel>
</rss>

