<?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: direct post method in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32412#M16971</link>
    <description>&lt;P&gt;I regenerated the transactionkey.&amp;nbsp; Can the moderator delete my post?&lt;/P&gt;</description>
    <pubDate>Mon, 07 Jan 2013 15:51:37 GMT</pubDate>
    <dc:creator>jaeperry</dc:creator>
    <dc:date>2013-01-07T15:51:37Z</dc:date>
    <item>
      <title>direct post method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32402#M16961</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have copied and followed the directions for the direct post method to use on an html form: &lt;A href="http://aoh-nj.org/donate" target="_blank"&gt;http://aoh-nj.org/donate&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I am getting an error that says: Error -- not AuthorizeNet. Check your MD5 Setting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My direct_post.php file has the following code:&lt;/P&gt;
&lt;P&gt;&amp;lt;?php&lt;BR /&gt;require_once 'anet_php_sdk/AuthorizeNet.php'; // The SDK&lt;BR /&gt;$url = "&lt;A href="http://aoh-nj.org/direct_post.php" target="_blank"&gt;http://aoh-nj.org/direct_post.php&lt;/A&gt;";&lt;BR /&gt;$api_login_id = 'xxx';&lt;BR /&gt;$transaction_key = 'xxx';&lt;BR /&gt;$md5_setting = 'aohnj'; // 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;
&lt;P&gt;Please help me find my error.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jeannine&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 16:08:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32402#M16961</guid>
      <dc:creator>jaeperry</dc:creator>
      <dc:date>2013-01-07T16:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: direct post method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32403#M16962</link>
      <description>&lt;P&gt;&lt;FONT color="#FF0000"&gt;REMOVE your loginID and transactionKey info&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;and regen the transactionKEY. It like you are giving out your login/password.&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 14:40:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32403#M16962</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-01-07T14:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: direct post method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32404#M16963</link>
      <description>&lt;P&gt;like the error said check your MD5 setting on the merchant account setting.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 14:42:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32404#M16963</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-01-07T14:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: direct post method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32405#M16964</link>
      <description>&lt;P&gt;Remove it when I send it to you, or remove it from the code entirely before I upload it?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 14:53:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32405#M16964</guid>
      <dc:creator>jaeperry</dc:creator>
      <dc:date>2013-01-07T14:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: direct post method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32406#M16965</link>
      <description>&lt;P&gt;I checked the md5 setting, I read the tutorial, created the md5 and added the code I made the the direct_post.php.&amp;nbsp; I'm not sure what else I should do to make it work.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 14:54:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32406#M16965</guid>
      <dc:creator>jaeperry</dc:creator>
      <dc:date>2013-01-07T14:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: direct post method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32407#M16966</link>
      <description>&lt;P&gt;Remove from the forum, everyone that look at this post can use your info.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 15:01:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32407#M16966</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-01-07T15:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: direct post method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32408#M16967</link>
      <description>&lt;P&gt;Oh! I can't find a way to remove the post!!&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 15:07:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32408#M16967</guid>
      <dc:creator>jaeperry</dc:creator>
      <dc:date>2013-01-07T15:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: direct post method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32409#M16968</link>
      <description>&lt;P&gt;the problem is that you are posting to direct_post.php on your &lt;A href="http://aoh-nj.org/donate" target="_blank"&gt;http://aoh-nj.org/donate&lt;/A&gt; page&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just run the direct_post.php. And see the x_??? fields in the page source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Change the $url = '&lt;A href="https://developer.authorize.net/tools/paramdump/index.php'" target="_blank"&gt;https://developer.authorize.net/tools/paramdump/index.php'&lt;/A&gt;&lt;/P&gt;&lt;P&gt;That would show what is being return for the Credit card entry screen. and use that to compare the MD5 you generated and the x_MD5_Hash. The code is in the AuthorizeNetSIM.php isAuthorizeNet() - generateHash()&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 15:43:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32409#M16968</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-01-07T15:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: direct post method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32410#M16969</link>
      <description>&lt;P&gt;regen the transactionKey. and one of the MOD will remove it when they see it.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 15:44:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32410#M16969</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-01-07T15:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: direct post method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32412#M16971</link>
      <description>&lt;P&gt;I regenerated the transactionkey.&amp;nbsp; Can the moderator delete my post?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 15:51:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32412#M16971</guid>
      <dc:creator>jaeperry</dc:creator>
      <dc:date>2013-01-07T15:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: direct post method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32413#M16972</link>
      <description>&lt;P&gt;Thank you:&lt;/P&gt;&lt;P&gt;So in my donate page, the action should not be direct_post.php?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 15:53:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32413#M16972</guid>
      <dc:creator>jaeperry</dc:creator>
      <dc:date>2013-01-07T15:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: direct post method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32414#M16973</link>
      <description>&lt;P&gt;No, for production account should be something like&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;A href="https://secure.authorize.net/gateway/transact.dll" target="_blank"&gt;https://secure.authorize.net/gateway/transact.dll&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And you need the&amp;nbsp;Minimum Required Fields&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.authorize.net/guides/DPM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=Appendix_A.html" target="_blank"&gt;http://developer.authorize.net/guides/DPM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=Appendix_A.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 15:57:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32414#M16973</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-01-07T15:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: direct post method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32420#M16979</link>
      <description>&lt;P&gt;How do I edit or delete this post, please????&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 18:42:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32420#M16979</guid>
      <dc:creator>jaeperry</dc:creator>
      <dc:date>2013-01-07T18:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: direct post method</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32423#M16982</link>
      <description>&lt;P&gt;I've edited your original post to mask the API Login and Transaction keys. &amp;nbsp;You no longer need to delete anything.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 19:23:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/direct-post-method/m-p/32423#M16982</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2013-01-07T19:23:47Z</dc:date>
    </item>
  </channel>
</rss>

