<?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: New to Authorize net and login failuer with both directpost and AIM tests in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/New-to-Authorize-net-and-login-failuer-with-both-directpost-and/m-p/16844#M9465</link>
    <description>&lt;P&gt;When you say add it before my DPM call (direct post method ?), like this?&lt;BR /&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;lt;?php&lt;/P&gt;&lt;P&gt;require_once 'AuthorizeNet.php';&amp;nbsp;// The SDK&lt;/P&gt;&lt;P&gt;$url = "https://mysite,com/direct_post2.php";&lt;/P&gt;&lt;P&gt;$api_login_id = 'xxxxt';&lt;/P&gt;&lt;P&gt;$transaction_key = 'yyyyy';&lt;/P&gt;&lt;P&gt;$md5_setting = 'TRUE'; // Your MD5 Setting&lt;/P&gt;&lt;P&gt;$amount = "5.99";&lt;/P&gt;&lt;P&gt;define('AUTHORIZENET_SANDBOX', true);&lt;/P&gt;&lt;P&gt;AuthorizeNetDPM::directPostDemo($url, $api_login_id, $transaction_key, $amount, $md5_setting);&lt;/P&gt;&lt;P&gt;?&amp;gt;﻿&lt;/P&gt;</description>
    <pubDate>Wed, 07 Sep 2011 23:52:40 GMT</pubDate>
    <dc:creator>PHP_User</dc:creator>
    <dc:date>2011-09-07T23:52:40Z</dc:date>
    <item>
      <title>New to Authorize net and login failuer with both directpost and AIM tests</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/New-to-Authorize-net-and-login-failuer-with-both-directpost-and/m-p/16724#M9411</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to authorize net and I am stumped right off the bat. I downloaded the direct post file and tried to replace the sample variables with ours and it didnt work. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error I keep getting with the direct_post.php is:&lt;/P&gt;&lt;P&gt;3,2,13,The merchant login ID or password is invalid or the account is inactive.,,P,0,,,5.99,,auth_capture,,,,,,,,,,,,,,,,,,,,,,,,,,2D7E6D34CFEA4A68908E8F868DFFFFF6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the sample.php (x_ variables) I get:&lt;/P&gt;&lt;P&gt;No input file specified.﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I called tech support and they said the account is active, the $api_login_id﻿&amp;nbsp;login is correct and we reset the&amp;nbsp;$transaction_key﻿ several times and it still fails.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am at a loss since tech support said what I was using is correct, yet I get the errors listed no matter what I try.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions would be appreciate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2011 16:35:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/New-to-Authorize-net-and-login-failuer-with-both-directpost-and/m-p/16724#M9411</guid>
      <dc:creator>PHP_User</dc:creator>
      <dc:date>2011-09-05T16:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: New to Authorize net and login failuer with both directpost and AIM tests</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/New-to-Authorize-net-and-login-failuer-with-both-directpost-and/m-p/16730#M9414</link>
      <description>&lt;P&gt;I'm guessing it's trying to connect to the production server using your test login, which doesn't work. You should try turning on sandbox mode, which should just involve adding this to your code before the DPM call:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;define('AUTHORIZENET_SANDBOX', true);&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 Sep 2011 18:12:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/New-to-Authorize-net-and-login-failuer-with-both-directpost-and/m-p/16730#M9414</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-09-05T18:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: New to Authorize net and login failuer with both directpost and AIM tests</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/New-to-Authorize-net-and-login-failuer-with-both-directpost-and/m-p/16844#M9465</link>
      <description>&lt;P&gt;When you say add it before my DPM call (direct post method ?), like this?&lt;BR /&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;lt;?php&lt;/P&gt;&lt;P&gt;require_once 'AuthorizeNet.php';&amp;nbsp;// The SDK&lt;/P&gt;&lt;P&gt;$url = "https://mysite,com/direct_post2.php";&lt;/P&gt;&lt;P&gt;$api_login_id = 'xxxxt';&lt;/P&gt;&lt;P&gt;$transaction_key = 'yyyyy';&lt;/P&gt;&lt;P&gt;$md5_setting = 'TRUE'; // Your MD5 Setting&lt;/P&gt;&lt;P&gt;$amount = "5.99";&lt;/P&gt;&lt;P&gt;define('AUTHORIZENET_SANDBOX', true);&lt;/P&gt;&lt;P&gt;AuthorizeNetDPM::directPostDemo($url, $api_login_id, $transaction_key, $amount, $md5_setting);&lt;/P&gt;&lt;P&gt;?&amp;gt;﻿&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2011 23:52:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/New-to-Authorize-net-and-login-failuer-with-both-directpost-and/m-p/16844#M9465</guid>
      <dc:creator>PHP_User</dc:creator>
      <dc:date>2011-09-07T23:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: New to Authorize net and login failuer with both directpost and AIM tests</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/New-to-Authorize-net-and-login-failuer-with-both-directpost-and/m-p/16858#M9472</link>
      <description>&lt;P&gt;Should work anywhere before the call, though for aesthetic purposes I'd personally put it right after the require_once up at the top.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2011 03:49:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/New-to-Authorize-net-and-login-failuer-with-both-directpost-and/m-p/16858#M9472</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-09-08T03:49:35Z</dc:date>
    </item>
  </channel>
</rss>

