<?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: Step by Step Integration in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Step-by-Step-Integration/m-p/17016#M9548</link>
    <description>&lt;P&gt;Don't know about the first error, but the second is probably because the sample code is for running on a production account and you're using a sandbox account. You need to set sandbox to true:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;define("AUTHORIZENET_SANDBOX", true);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;As I say to everyone, you're much better off downloading the SDK and then looking at the .markdown files in the doc folder. The sample code there is generally of more help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: How much experience do you have with PHP?&lt;/P&gt;</description>
    <pubDate>Mon, 12 Sep 2011 03:47:23 GMT</pubDate>
    <dc:creator>TJPride</dc:creator>
    <dc:date>2011-09-12T03:47:23Z</dc:date>
    <item>
      <title>Step by Step Integration</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Step-by-Step-Integration/m-p/17014#M9547</link>
      <description>&lt;P&gt;Hi, &lt;SPAN&gt;&lt;SPAN&gt;I am&lt;/SPAN&gt; &lt;SPAN&gt;a newbie&lt;/SPAN&gt; &lt;SPAN&gt;at&lt;/SPAN&gt; &lt;SPAN&gt;authorize.net&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;I&lt;/SPAN&gt; &lt;SPAN&gt;need a&lt;/SPAN&gt; &lt;SPAN&gt;tutorial&lt;/SPAN&gt; &lt;SPAN&gt;step by step&lt;/SPAN&gt; &lt;SPAN&gt;to&lt;/SPAN&gt; &lt;SPAN&gt;connect&lt;/SPAN&gt; &lt;SPAN&gt;my web&lt;/SPAN&gt; &lt;SPAN&gt;with&lt;/SPAN&gt; &lt;SPAN&gt;authorize.net&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;anyone&lt;/SPAN&gt; &lt;SPAN&gt;kindly&lt;/SPAN&gt; &lt;SPAN&gt;help me??&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;I've tried,&lt;/SPAN&gt; &lt;SPAN&gt;but&lt;/SPAN&gt; &lt;SPAN&gt;only&lt;/SPAN&gt; &lt;SPAN&gt;produces&lt;/SPAN&gt; &lt;SPAN&gt;this : &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;via direct_post.php&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;An error occurred while trying to report this transaction to the merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;This transaction has been approved.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It is advisable for you to contact the merchant to verify that you will receive the product or service.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;via sample_codes&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Error!&lt;/P&gt;&lt;P&gt;We're sorry, but we can't process your order at this time due to the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp; The merchant login ID or password is invalid or the account is inactive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;response code 3&lt;/P&gt;&lt;P&gt;response reason code 13&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;Help me please&amp;nbsp;:mansad:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2011 00:12:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Step-by-Step-Integration/m-p/17014#M9547</guid>
      <dc:creator>wenpiee</dc:creator>
      <dc:date>2011-09-12T00:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Step by Step Integration</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Step-by-Step-Integration/m-p/17016#M9548</link>
      <description>&lt;P&gt;Don't know about the first error, but the second is probably because the sample code is for running on a production account and you're using a sandbox account. You need to set sandbox to true:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;define("AUTHORIZENET_SANDBOX", true);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;As I say to everyone, you're much better off downloading the SDK and then looking at the .markdown files in the doc folder. The sample code there is generally of more help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: How much experience do you have with PHP?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2011 03:47:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Step-by-Step-Integration/m-p/17016#M9548</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-09-12T03:47:23Z</dc:date>
    </item>
  </channel>
</rss>

