<?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 Quick Api Question Before Making Website Live in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Quick-Api-Question-Before-Making-Website-Live/m-p/27940#M14746</link>
    <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot thank you enough for all the resources you have made available. Here's my situation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to use the AIM/CIM/ARB api's work with my test developer count and it was a wonderful process. Now, we are about to go live in the next week or so and I just want to confirm something as it's been a while since I had to mess with the api settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.) When the merchant account for the website is live (it is in test mode now) do I have to remove the 3rd paramater for my api calls?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; $subscription = new AuthnetARB('1234', 'zzzzzzzzzzzz', AuthnetARB::USE_DEVELOPMENT_SERVER);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The line above, when using my developer account api credentials, would allow me to successfully test ARB/etc using my test dev account. But when we are *live* with the website merchant account, do I just remove the 3rd parameter while making sure we post to the .api. and not .apitest. when posting to the authorize.net url for payment transactions (see below, from 'arb.php')?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $subdomain = ($this-&amp;gt;test) ? 'apitest' : 'api';&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $this-&amp;gt;url = 'https://' . apitest . '.authorize.net/xml/v1/request.api';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, in short, I just want to confirm how I change the api calls (remove 3rd parameter, make sure url points to api.authorize.net instead of apitest.authorize.net) so I can rest assured that when I plugin the live merchant account's api/key and replace the developer account values, we'll be guaranteed that the transactions go through.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;</description>
    <pubDate>Sat, 14 Jul 2012 20:19:13 GMT</pubDate>
    <dc:creator>jbh1977</dc:creator>
    <dc:date>2012-07-14T20:19:13Z</dc:date>
    <item>
      <title>Quick Api Question Before Making Website Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Quick-Api-Question-Before-Making-Website-Live/m-p/27940#M14746</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot thank you enough for all the resources you have made available. Here's my situation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to use the AIM/CIM/ARB api's work with my test developer count and it was a wonderful process. Now, we are about to go live in the next week or so and I just want to confirm something as it's been a while since I had to mess with the api settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.) When the merchant account for the website is live (it is in test mode now) do I have to remove the 3rd paramater for my api calls?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; $subscription = new AuthnetARB('1234', 'zzzzzzzzzzzz', AuthnetARB::USE_DEVELOPMENT_SERVER);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The line above, when using my developer account api credentials, would allow me to successfully test ARB/etc using my test dev account. But when we are *live* with the website merchant account, do I just remove the 3rd parameter while making sure we post to the .api. and not .apitest. when posting to the authorize.net url for payment transactions (see below, from 'arb.php')?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $subdomain = ($this-&amp;gt;test) ? 'apitest' : 'api';&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $this-&amp;gt;url = 'https://' . apitest . '.authorize.net/xml/v1/request.api';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, in short, I just want to confirm how I change the api calls (remove 3rd parameter, make sure url points to api.authorize.net instead of apitest.authorize.net) so I can rest assured that when I plugin the live merchant account's api/key and replace the developer account values, we'll be guaranteed that the transactions go through.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jul 2012 20:19:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Quick-Api-Question-Before-Making-Website-Live/m-p/27940#M14746</guid>
      <dc:creator>jbh1977</dc:creator>
      <dc:date>2012-07-14T20:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Api Question Before Making Website Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Quick-Api-Question-Before-Making-Website-Live/m-p/27958#M14755</link>
      <description>&lt;P&gt;I am the author of the script you are using so I can give this answer. Yes, all you need to do is remove the third parameter and your site will start using the live server. Two things to remember:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Make sure you also change the API Login and Transaction Key to your live credentials. If you leave your developer credentials in place you will get errors&lt;/LI&gt;
&lt;LI&gt;Make sure your Authorize.Net account is not in test mode (unless you wish to do more testing using your live account).&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sun, 15 Jul 2012 23:48:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Quick-Api-Question-Before-Making-Website-Live/m-p/27958#M14755</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2012-07-15T23:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Api Question Before Making Website Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Quick-Api-Question-Before-Making-Website-Live/m-p/29108#M15301</link>
      <description>&lt;P&gt;Sorry for the late reply. Just one last q. on this topic. When I follow that advice for the client's live account can I use the same cc #'s for their live account, when I put it in test mode, to test ARB and CIM or must I use specific test CC's for their real merchant account when in test mode? It seems I can use anything with my developer account but since I want to test with their real merchant account this week, I just wanted to make sure I was prepared and that we were all prepared to test it properly and get approvals when needed before going live.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2012 09:55:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Quick-Api-Question-Before-Making-Website-Live/m-p/29108#M15301</guid>
      <dc:creator>jbh1977</dc:creator>
      <dc:date>2012-08-27T09:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Api Question Before Making Website Live</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Quick-Api-Question-Before-Making-Website-Live/m-p/69250#M42313</link>
      <description>&lt;P&gt;Hi Stymiee,&lt;/P&gt;&lt;P&gt;We are setting up a website, and have gotten AIP credentials and keys, but our&amp;nbsp;&lt;SPAN&gt;developer didn't know how to connnect website and API for payment, could you please help us? Many thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 14:40:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Quick-Api-Question-Before-Making-Website-Live/m-p/69250#M42313</guid>
      <dc:creator>Ruby99</dc:creator>
      <dc:date>2019-09-30T14:40:43Z</dc:date>
    </item>
  </channel>
</rss>

