<?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: Updating Your Solution to Akamai in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Updating-Your-Solution-to-Akamai/m-p/54617#M29585</link>
    <description>&lt;P&gt;This is not actually an error with your code. &amp;nbsp;It's a problem on Authorize.net's side, and they aren't acknowledging it. &amp;nbsp;It happened for a 24 hour period on April 20th and they fixed it without telling anyone about it. &amp;nbsp;And it's happening again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attempted to escalate this to Authorize.net, and they have been silent so far. &amp;nbsp;It started happening for me yesterday afternoon. &amp;nbsp;I'm hopeful they will see that this is a problem and fix it.&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2016 15:56:01 GMT</pubDate>
    <dc:creator>larsinsd</dc:creator>
    <dc:date>2016-05-13T15:56:01Z</dc:date>
    <item>
      <title>Updating Your Solution to Akamai</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Updating-Your-Solution-to-Akamai/m-p/51509#M26861</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am somewhat new to our company and am not familiar with Authorize.net or it's payment services. I am trying to implement the transaction URLs to direct to Akamai into our website but am not sure how to do that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://api2.authorize.net/xml/v1/request.api" target="_blank"&gt;https://api2.authorize.net/xml/v1/request.api&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://api2.authorize.net/soap/v1/Service.asmx" target="_blank"&gt;https://api2.authorize.net/soap/v1/Service.asmx&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://secure2.authorize.net/gateway/transact.dll" target="_blank"&gt;https://secure2.authorize.net/gateway/transact.dll&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;When I click on these I get weird errors that I will list below.&amp;nbsp;&lt;SPAN&gt;I am the Marketing Coordinator with Covid.com and I do web design so I work in our site and know the file layout, but I have limited knowledge to the functions of a lot of scripts and I don't know exactly what to even do with these URLs.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If these are supposed to be files or extensions I would need to know where the files go on our server for this to work properly. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If I am just supposed to type in these URLs on certain files on our website I may be able to do that, I would just need to know what files to change.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Errors:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://api2.authorize.net/xml/v1/request.api" target="_blank"&gt;https://api2.authorize.net/xml/v1/request.api&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;-&amp;nbsp;&lt;SPAN&gt;do I have to do anything with this string of code?&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;{"messages":{"resultCode":"Error","message":[{"code":"E00003","text":"Root element is missing."},{"code":"E00003","text":"Root element is missing."}]}}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://api2.authorize.net/soap/v1/Service.asmx" target="_blank"&gt;https://api2.authorize.net/soap/v1/Service.asmx&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;- This directs me to a list of services that I am not sure what to do with. Ex.&lt;/P&gt;&lt;P&gt;&lt;A href="https://api2.authorize.net/soap/v1/Service.asmx?op=ARBCancelSubscription" target="_blank"&gt;ARBCancelSubscription&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This method is used to cancel an existing ARB subscription. The merchant must be signed up for the ARB service to use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://api2.authorize.net/soap/v1/Service.asmx?op=ARBCreateSubscription" target="_blank"&gt;ARBCreateSubscription&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This method is used to create a new ARB subscription. The merchant must be signed up for the ARB service to use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://api2.authorize.net/soap/v1/Service.asmx?op=ARBGetSubscriptionList" target="_blank"&gt;ARBGetSubscriptionList&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This method is used to get existing ARB subscriptions. The merchant must be signed up for the ARB service to use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://api2.authorize.net/soap/v1/Service.asmx?op=ARBGetSubscriptionStatus" target="_blank"&gt;ARBGetSubscriptionStatus&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This method is used to get an existing ARB subscription status. The merchant must be signed up for the ARB service to use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://api2.authorize.net/soap/v1/Service.asmx?op=ARBUpdateSubscription" target="_blank"&gt;ARBUpdateSubscription&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This method is used to update an existing ARB subscription. The merchant must be signed up for the ARB service to use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://api2.authorize.net/soap/v1/Service.asmx?op=AuthenticateTest" target="_blank"&gt;AuthenticateTest&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This method is used to test the availability of the API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://secure2.authorize.net/gateway/transact.dll" target="_blank"&gt;https://secure2.authorize.net/gateway/transact.dll&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;- This gives me an error code:&lt;/P&gt;&lt;P&gt;The following errors have occurred.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(13) The merchant login ID or password is invalid or the account is inactive.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do the errors when I click on these matter? Should I be getting something from these files when I click on them? Thank you for any feedback, it is much appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Joe&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2015 15:25:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Updating-Your-Solution-to-Akamai/m-p/51509#M26861</guid>
      <dc:creator>joer1</dc:creator>
      <dc:date>2015-07-23T15:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Your Solution to Akamai</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Updating-Your-Solution-to-Akamai/m-p/51510#M26862</link>
      <description>&lt;P&gt;It not a website that you go to.&lt;/P&gt;&lt;P&gt;It web service/ form post/json location.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It for someone who want to use the new Akamai&lt;/P&gt;&lt;P&gt;Talk to your web developer to replace it from the existing url&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://api2.authorize.net/xml/v1/request.api" target="_blank" rel="nofollow"&gt;https://api.authorize.net/xml/v1/request.api&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://api2.authorize.net/soap/v1/Service.asmx" target="_blank" rel="nofollow"&gt;https://api.authorize.net/soap/v1/Service.asmx&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://secure2.authorize.net/gateway/transact.dll" target="_blank" rel="nofollow"&gt;https://secure.authorize.net/gateway/transact.dll&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 23 Jul 2015 15:35:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Updating-Your-Solution-to-Akamai/m-p/51510#M26862</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-07-23T15:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Your Solution to Akamai</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Updating-Your-Solution-to-Akamai/m-p/54617#M29585</link>
      <description>&lt;P&gt;This is not actually an error with your code. &amp;nbsp;It's a problem on Authorize.net's side, and they aren't acknowledging it. &amp;nbsp;It happened for a 24 hour period on April 20th and they fixed it without telling anyone about it. &amp;nbsp;And it's happening again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attempted to escalate this to Authorize.net, and they have been silent so far. &amp;nbsp;It started happening for me yesterday afternoon. &amp;nbsp;I'm hopeful they will see that this is a problem and fix it.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 15:56:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Updating-Your-Solution-to-Akamai/m-p/54617#M29585</guid>
      <dc:creator>larsinsd</dc:creator>
      <dc:date>2016-05-13T15:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Your Solution to Akamai</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Updating-Your-Solution-to-Akamai/m-p/54692#M29655</link>
      <description>&lt;P&gt;Hello, I am a graphic designer who was hired to (in addition to my other duties) update things on the website like photos and basic information. I just recieved the letter from Authorize.net to upgrade my website and I have no clue where to even begin. I am not a web developer. I have modest understanding of html. The website I am working with is Megento. Do any of you have a good starting place for me to get the knowledge required to make these changes? I'd really appriciate a push in the right direction.&lt;/P&gt;</description>
      <pubDate>Sat, 21 May 2016 21:27:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Updating-Your-Solution-to-Akamai/m-p/54692#M29655</guid>
      <dc:creator>Tommy</dc:creator>
      <dc:date>2016-05-21T21:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Your Solution to Akamai</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Updating-Your-Solution-to-Akamai/m-p/54693#M29656</link>
      <description>&lt;P&gt;answer here.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.developer.authorize.net/t5/Integration-and-Testing/Integrate-Akamai/m-p/54690/highlight/true#M29653" target="_blank"&gt;https://community.developer.authorize.net/t5/Integration-and-Testing/Integrate-Akamai/m-p/54690/highlight/true#M29653&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 21 May 2016 21:49:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Updating-Your-Solution-to-Akamai/m-p/54693#M29656</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-05-21T21:49:19Z</dc:date>
    </item>
  </channel>
</rss>

