<?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 Posting raw XML to Authorize.NET API in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Posting-raw-XML-to-Authorize-NET-API/m-p/63625#M37699</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently trying to incorporate the Accept.js form into a legacy system, and have gotten that part to work well, but need to use the newest API in order to submit the payment nonce instead of the card info.&amp;nbsp; I'm currently using classic ASP and am just manually generating the XML to POST to the API endpoint.&amp;nbsp; Are there any potential issues I need to look out for when doing this, and is this even possible?&amp;nbsp; I realize that there isn't any sample code for classic ASP, as there's no SDK for it, which is completely understandable.&amp;nbsp; I'm just trying to meet PCI compliance ASAP and then we'll rebuild from there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Jonathan Rasmussen.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jul 2018 21:35:18 GMT</pubDate>
    <dc:creator>jrasmussen</dc:creator>
    <dc:date>2018-07-09T21:35:18Z</dc:date>
    <item>
      <title>Posting raw XML to Authorize.NET API</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Posting-raw-XML-to-Authorize-NET-API/m-p/63625#M37699</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently trying to incorporate the Accept.js form into a legacy system, and have gotten that part to work well, but need to use the newest API in order to submit the payment nonce instead of the card info.&amp;nbsp; I'm currently using classic ASP and am just manually generating the XML to POST to the API endpoint.&amp;nbsp; Are there any potential issues I need to look out for when doing this, and is this even possible?&amp;nbsp; I realize that there isn't any sample code for classic ASP, as there's no SDK for it, which is completely understandable.&amp;nbsp; I'm just trying to meet PCI compliance ASAP and then we'll rebuild from there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Jonathan Rasmussen.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 21:35:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Posting-raw-XML-to-Authorize-NET-API/m-p/63625#M37699</guid>
      <dc:creator>jrasmussen</dc:creator>
      <dc:date>2018-07-09T21:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Posting raw XML to Authorize.NET API</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Posting-raw-XML-to-Authorize-NET-API/m-p/63627#M37701</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/25172"&gt;@jrasmussen&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will not recommened it but It should work as the APIs are XML POST over&amp;nbsp;HTTPS .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTTP Request Method:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;POST&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sandbox API Endpoint:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;&lt;A href="https://apitest.authorize.net/xml/v1/request.api" target="_blank"&gt;https://apitest.authorize.net/xml/v1/request.api&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;Production API Endpoint:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;&lt;A href="https://api.authorize.net/xml/v1/request.api" target="_blank"&gt;https://api.authorize.net/xml/v1/request.api&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;XML Content-Type:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;text/xml&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;JSON Content-Type:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;application/json&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;API Schema (XSD):&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd" target="_blank"&gt;https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/index.html#authentication" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html#authentication&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps !!!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 05:46:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Posting-raw-XML-to-Authorize-NET-API/m-p/63627#M37701</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-07-10T05:46:40Z</dc:date>
    </item>
  </channel>
</rss>

