<?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: Issues upgrading to API2 in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issues-upgrading-to-API2/m-p/54928#M29880</link>
    <description>&lt;P&gt;Very helpful, thanks Raynor!&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jun 2016 22:23:01 GMT</pubDate>
    <dc:creator>willm</dc:creator>
    <dc:date>2016-06-14T22:23:01Z</dc:date>
    <item>
      <title>Issues upgrading to API2</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issues-upgrading-to-API2/m-p/54920#M29876</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We use a bit of an antiquated system for charging. &amp;nbsp;We use SOAP via cURL. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on updating our API from:&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.authorize.net/soap/v1/Service.asmx" target="_self"&gt;https://api.authorize.net/soap/v1/Service.asmx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;TO&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://api2.authorize.net/soap/v1/Service.asmx" target="_self"&gt;https://api2.authorize.net/soap/v1/Service.asmx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought this would be a simple change, put a number 2 in the URL. :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when testing this I'm not able to get a response back using the api2 URL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is a screen shot showing two different transactions. &amp;nbsp;The top section has our current api.authorize.net API call which is successful. &amp;nbsp;The bottom section has the api2.authorize.net change which was unsuccessful, error 500. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help on this would be appriciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;-Will&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/87ad6654d1109e1ff031fbfd0d5acf948be551df/687474703a2f2f72756773747564696f2e6e65742f66696c65732f617574686f72697a655f6e65742e6a7067" border="0" alt="API DIfference" width="1337" height="799" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 21:10:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issues-upgrading-to-API2/m-p/54920#M29876</guid>
      <dc:creator>willm</dc:creator>
      <dc:date>2016-06-14T21:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issues upgrading to API2</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issues-upgrading-to-API2/m-p/54921#M29877</link>
      <description>&lt;P&gt;&lt;A href="https://api2.authorize.net/soap/v1/Service.asmx?op=CreateCustomerProfile" target="_blank"&gt;https://api2.authorize.net/soap/v1/Service.asmx?op=CreateCustomerProfile&lt;/A&gt;&lt;/P&gt;&lt;P&gt;not sure if it make any different but it show&lt;/P&gt;&lt;PRE&gt;&amp;lt;CreateCustomerProfile xmlns="https://api.authorize.net/soap/v1/"&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Jun 2016 21:28:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issues-upgrading-to-API2/m-p/54921#M29877</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-06-14T21:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issues upgrading to API2</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issues-upgrading-to-API2/m-p/54925#M29878</link>
      <description>&lt;P&gt;Thanks Raynor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I changed my call to:&lt;/P&gt;&lt;PRE&gt;curl_command: c:\sesame\curl.exe -s -H "Content-Type: text/xml; charset=utf-8" -H "SOAPAction:" --insecure  -d @- -X POST "https://api2.authorize.net/soap/v1/Service.asmx"

xml_request: &amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&amp;gt;
   &amp;lt;soap:Body&amp;gt;
	&amp;lt;CreateCustomerProfileTransaction xmlns="https://api.authorize.net/soap/v1/"&amp;gt;
	&amp;lt;merchantAuthentication&amp;gt;
		&amp;lt;name&amp;gt;7J45wEfd3a&amp;lt;/name&amp;gt;
		&amp;lt;transactionKey&amp;gt;5T24v4z9neFq2J47&amp;lt;/transactionKey&amp;gt;
	&amp;lt;/merchantAuthentication&amp;gt;
   &amp;lt;transaction&amp;gt;
&amp;lt;profileTransPriorAuthCapture&amp;gt;
		&amp;lt;amount&amp;gt;0.5000&amp;lt;/amount&amp;gt;
		&amp;lt;transId&amp;gt;20011032823&amp;lt;/transId&amp;gt;
&amp;lt;/profileTransPriorAuthCapture&amp;gt;
		&amp;lt;/transaction&amp;gt;
	&amp;lt;/CreateCustomerProfileTransaction&amp;gt;
	&amp;lt;/soap:Body&amp;gt;
&amp;lt;/soap:Envelope&amp;gt;&lt;/PRE&gt;&lt;P&gt;This worked, thank you. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So do I really need to update our API to api2.authorize.net? &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 21:55:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issues-upgrading-to-API2/m-p/54925#M29878</guid>
      <dc:creator>willm</dc:creator>
      <dc:date>2016-06-14T21:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issues upgrading to API2</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issues-upgrading-to-API2/m-p/54927#M29879</link>
      <description>&lt;P&gt;here the faq. short answer, no. long answer, should be better for the uptime&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Akamai-SureRoute-Technical-FAQ/ba-p/54499" target="_blank"&gt;https://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Akamai-SureRoute-Technical-FAQ/ba-p/54499&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 22:17:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issues-upgrading-to-API2/m-p/54927#M29879</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-06-14T22:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issues upgrading to API2</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issues-upgrading-to-API2/m-p/54928#M29880</link>
      <description>&lt;P&gt;Very helpful, thanks Raynor!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 22:23:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issues-upgrading-to-API2/m-p/54928#M29880</guid>
      <dc:creator>willm</dc:creator>
      <dc:date>2016-06-14T22:23:01Z</dc:date>
    </item>
  </channel>
</rss>

