<?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: Hosted Payment Form Relay in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20901#M11422</link>
    <description>&lt;P&gt;My understanding is, SIM, DPM, Silent Post and CP all use the AIM api behind the scenes. So why is it that relay responce not supported on CP alone? I can use AIM to relay response in a CNP account and not on CP account?&lt;/P&gt;</description>
    <pubDate>Fri, 30 Dec 2011 19:40:55 GMT</pubDate>
    <dc:creator>ksrsrinivasan</dc:creator>
    <dc:date>2011-12-30T19:40:55Z</dc:date>
    <item>
      <title>Hosted Payment Form Relay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20887#M11415</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the hosted payment form, we are attempting to relay the response to a URL.&amp;nbsp; Everything is working perfectly for our live card not present account in test mode; however, our developer card present account in test mode is not relaying.&amp;nbsp; There is no error message, it’s just not sending us a relay.&amp;nbsp; When we press "Process Transaction", the page displays XML.&amp;nbsp; We use the same URL for both accounts.&amp;nbsp; The following code demonstrates what we’re passing:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;input type='hidden' name='x_relay_response' value='true'&amp;gt;&lt;BR /&gt;&amp;lt;input type='hidden' name='x_relay_url' value='&lt;A target="_blank" href="https://OUR.URL.HERE'"&gt;https://OUR.URL.HERE'&lt;/A&gt;&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're hoping that developer accounts just don't send relays, but we can't find any documentation to support this theory.&amp;nbsp; Please let us know if we can provide any additional details or clarifications.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Derek&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2011 16:16:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20887#M11415</guid>
      <dc:creator>dbjohnson</dc:creator>
      <dc:date>2011-12-30T16:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Payment Form Relay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20889#M11416</link>
      <description>&lt;P&gt;Did you configure your URL in the control panel of the second account? What XML are you getting back? Please paste it.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2011 16:29:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20889#M11416</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-12-30T16:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Payment Form Relay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20891#M11417</link>
      <description>&lt;P&gt;In the settings for our live card not present account in test mode, there is an option under "Transaction Response Settings" for "Relay Response"; however, we haven't put anything in the URL field.&amp;nbsp; In the developer card present account in test mode there isn't a section for "Transaction Response Settings" so we're unable to specify a URL.&amp;nbsp; We're passing the same hidden input fields to both gateway accounts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This XML is displayed in the browser control after we press the "Process Payment" button:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;response&amp;gt;
&amp;lt;ResponseCode&amp;gt;1&amp;lt;/ResponseCode&amp;gt; 
&amp;lt;Messages&amp;gt;
    &amp;lt;Message&amp;gt;
        &amp;lt;Code&amp;gt;1&amp;lt;/Code&amp;gt; 
        &amp;lt;Description&amp;gt;
            &amp;lt;![CDATA[This transaction has been approved.]]&amp;gt; 
        &amp;lt;/Description&amp;gt;
    &amp;lt;/Message&amp;gt;
&amp;lt;/Messages&amp;gt;
&amp;lt;AuthCode&amp;gt;
    &amp;lt;![CDATA[000000]]&amp;gt; 
&amp;lt;/AuthCode&amp;gt;
&amp;lt;AVSResultCode&amp;gt;P&amp;lt;/AVSResultCode&amp;gt; 
&amp;lt;CVVResultCode /&amp;gt; 
&amp;lt;TransID&amp;gt;0&amp;lt;/TransID&amp;gt; 
&amp;lt;RefTransID /&amp;gt; 
&amp;lt;TransHash&amp;gt;DC1873050EC340E5DB6C3D398469CB79&amp;lt;/TransHash&amp;gt; 
&amp;lt;TestMode&amp;gt;1&amp;lt;/TestMode&amp;gt; 
&amp;lt;UserRef /&amp;gt; 
&amp;lt;AccountNumber&amp;gt;XXXX1111&amp;lt;/AccountNumber&amp;gt; 
&amp;lt;AccountType&amp;gt;Visa&amp;lt;/AccountType&amp;gt; 
&amp;lt;/response&amp;gt; &lt;/PRE&gt;</description>
      <pubDate>Fri, 30 Dec 2011 16:48:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20891#M11417</guid>
      <dc:creator>dbjohnson</dc:creator>
      <dc:date>2011-12-30T16:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Payment Form Relay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20893#M11418</link>
      <description>&lt;P&gt;Well, without an error, my guess is it's the test mode. Why use test mode on a developer account? I always use live mode, test mode doesn't really simulate things that well.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2011 17:26:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20893#M11418</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-12-30T17:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Payment Form Relay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20895#M11419</link>
      <description>&lt;P&gt;We turned off test mode and still no relay.&amp;nbsp; The XML was slightly modified.&amp;nbsp; We received the following XML:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;response&amp;gt;
    &amp;lt;ResponseCode&amp;gt;1&amp;lt;/ResponseCode&amp;gt; 
    &amp;lt;Messages&amp;gt;
        &amp;lt;Message&amp;gt;
            &amp;lt;Code&amp;gt;1&amp;lt;/Code&amp;gt; 
            &amp;lt;Description&amp;gt;
                &amp;lt;![CDATA[ This transaction has been approved.]]&amp;gt; 
            &amp;lt;/Description&amp;gt;
        &amp;lt;/Message&amp;gt;
    &amp;lt;/Messages&amp;gt;
    &amp;lt;AuthCode&amp;gt;
        &amp;lt;![CDATA[ FUGATW]]&amp;gt; 
    &amp;lt;/AuthCode&amp;gt;
    &amp;lt;AVSResultCode&amp;gt;Y&amp;lt;/AVSResultCode&amp;gt; 
    &amp;lt;CVVResultCode /&amp;gt; 
    &amp;lt;TransID&amp;gt;2167785004&amp;lt;/TransID&amp;gt; 
    &amp;lt;RefTransID /&amp;gt; 
    &amp;lt;TransHash&amp;gt;78BBF62B693A502E0A89711197A5E8FC&amp;lt;/TransHash&amp;gt; 
    &amp;lt;TestMode&amp;gt;0&amp;lt;/TestMode&amp;gt; 
    &amp;lt;UserRef /&amp;gt; 
    &amp;lt;AccountNumber&amp;gt;XXXX1111&amp;lt;/AccountNumber&amp;gt; 
    &amp;lt;AccountType&amp;gt;Visa&amp;lt;/AccountType&amp;gt; 
&amp;lt;/response&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 30 Dec 2011 19:00:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20895#M11419</guid>
      <dc:creator>dbjohnson</dc:creator>
      <dc:date>2011-12-30T19:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Payment Form Relay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20897#M11420</link>
      <description>&lt;P&gt;I'm not 100% sure but it doesn't said Credit Present API support relay response since it closer to AIM then SIM.&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://developer.authorize.net/api/cardpresent/"&gt;http://developer.authorize.net/api/cardpresent/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2011 19:23:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20897#M11420</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-12-30T19:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Payment Form Relay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20899#M11421</link>
      <description>&lt;P&gt;I discussed this with my colleagues a bit further and they all agree that we've had successful relayed responses with this gateway before.&amp;nbsp; The card present integration document seems to support the idea that it should work because that's where we got the field names.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know if they've disabled relay responses for developer accounts using the hosted payment form in the last few weeks?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2011 19:39:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20899#M11421</guid>
      <dc:creator>dbjohnson</dc:creator>
      <dc:date>2011-12-30T19:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Payment Form Relay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20901#M11422</link>
      <description>&lt;P&gt;My understanding is, SIM, DPM, Silent Post and CP all use the AIM api behind the scenes. So why is it that relay responce not supported on CP alone? I can use AIM to relay response in a CNP account and not on CP account?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2011 19:40:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20901#M11422</guid>
      <dc:creator>ksrsrinivasan</dc:creator>
      <dc:date>2011-12-30T19:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Payment Form Relay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20905#M11424</link>
      <description>&lt;P&gt;&lt;A target="_blank" href="http://developer.authorize.net/guides/AIM/Appendix_A/Appendix_A_Fields_by_Transaction_Type.htm"&gt;http://developer.authorize.net/guides/AIM/Appendix_A/Appendix_A_Fields_by_Transaction_Type.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Under Best Practice Fields&lt;/P&gt;&lt;P&gt;* The &lt;SPAN style="font-style: italic;"&gt;&lt;EM&gt;x_relay_response&lt;/EM&gt;&lt;/SPAN&gt; field is not technically an AIM feature; however, it is recommended that you submit this field on a per-transaction basis with the value of “FALSE” as a best practice to further define the AIM transaction format.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2011 20:52:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20905#M11424</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-12-30T20:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Payment Form Relay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20915#M11429</link>
      <description>&lt;P&gt;Oh, you're using relay response with AIM? Odd. FYI, in the PHP API at least, AIM, SIM, CIM, and ARB are layered on top of the base class&amp;nbsp;AuthorizeNetRequest, while DPM layers on top of SIM (since SIM and DPM both use relay response). It makes no logical sense to use relay response with AIM, since you get the results back immediately and on the same page. Unless you're mixing up relay response with silent post, which is something that sits outside of the merchant process and just receives a post for every transaction put through (including transactions entered manually through the control panel, I believe).&lt;/P&gt;</description>
      <pubDate>Sat, 31 Dec 2011 02:03:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20915#M11429</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-12-31T02:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Payment Form Relay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20997#M11465</link>
      <description>&lt;P&gt;Thanks a lot for pointing out the silent post URL. We have got it working now.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2012 17:19:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/20997#M11465</guid>
      <dc:creator>ksrsrinivasan</dc:creator>
      <dc:date>2012-01-03T17:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Payment Form Relay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/21001#M11467</link>
      <description>&lt;P&gt;One wierd thing is that the option for transaction response and silent post URL is not available on the Card Present sandbox account. I had to pull the URL from a CNP account and use it to navigate to the silent post url settings page on Card Present sandbox account to update it. Is this something that's not supported on Card Present accounts or is it just that they are missing links.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2012 17:24:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/21001#M11467</guid>
      <dc:creator>ksrsrinivasan</dc:creator>
      <dc:date>2012-01-03T17:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Payment Form Relay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/21019#M11476</link>
      <description>&lt;P&gt;Did it work after you navigated to the URL and changed the settings? If so, that does sound kind of odd. You'd think it would either be linked or disabled entirely.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2012 20:31:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/21019#M11476</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-03T20:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Payment Form Relay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/21027#M11480</link>
      <description>&lt;P&gt;Yes it did work. It saves the settings and the silent post works as well.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2012 20:49:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/21027#M11480</guid>
      <dc:creator>ksrsrinivasan</dc:creator>
      <dc:date>2012-01-03T20:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Payment Form Relay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/21311#M11614</link>
      <description>&lt;P&gt;The Card Present API is based on AIM and generally there is no reason to use the silent post since you receive realtime transaction results. Because this is the &lt;EM&gt;only&lt;/EM&gt; API available on Card Present accounts, we have removed it from the settings page along with other irrelevant settings (such as payment form settings).&amp;nbsp; If this is something that we see people looking for, we could certainly add the link again.&amp;nbsp; However, I see little benefit to users of the Card Present API.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2012 23:32:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/21311#M11614</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2012-01-06T23:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Payment Form Relay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/21319#M11617</link>
      <description>&lt;P&gt;That certainly makes sense, I didn't realize he was using AIM. I guess the question then is, why he ksrsrinivasan using the silent post? Only possibilities I can think of are (a) he had silent post code from a different site and didn't want to bother changing his storage method or (b) he's mirroring the transactions to a second site in a rather messy way.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2012 23:50:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/21319#M11617</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-06T23:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Payment Form Relay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/21709#M11804</link>
      <description>&lt;P&gt;The idea was to minimize the scope of PCI compliance for our customers. We post the TrackData from MSR directly to Authnet Post URL (much like SIM or DPM), in which case, the relay response is the way to capture the result back. It turns out that the relay response does not work with CardPresent, and hence the Silent Post URL as a work around.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i would like to see is the CardPresent API natively support a hosted payment form solution with a generic interface (COM based) to support MSR devices (&lt;SPAN&gt;Am open and very much willing to contribute a dotnet based COM component.&lt;/SPAN&gt;). This would greatly reduce the efforts we developers put to work around all these standards and compliance issues.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2012 23:07:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/21709#M11804</guid>
      <dc:creator>ksrsrinivasan</dc:creator>
      <dc:date>2012-01-16T23:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Payment Form Relay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/21803#M11850</link>
      <description>&lt;P&gt;Trevor, TJPride&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any thoughts on my last comment?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2012 15:46:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/21803#M11850</guid>
      <dc:creator>ksrsrinivasan</dc:creator>
      <dc:date>2012-01-18T15:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Payment Form Relay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/21845#M11869</link>
      <description>&lt;P&gt;To be honest, I'm not that familiar with CP yet, since most of the work I do is for web sites that sell products, not so much restaurants and so on. And it sounds like you want a niche integration that isn't likely to be supplied any time soon, unless a third party comes up with a solution for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I figured it wasn't worth posting a non-constructive response before, which is why I didn't reply.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2012 00:17:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/21845#M11869</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-19T00:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted Payment Form Relay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/21891#M11892</link>
      <description>&lt;P&gt;Thanks TJPride &amp;amp; Trevor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We deal with a lot of small government entities. They want the product in-house (hosting is not an option), be able to do both card present and card not present transactions and still be within the minimum PCI scope or completly out-of scope. They just do not have annual budget to go through the PCI audit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We were able to get what we wanted from Usa e-pay since their hosted payment form and their API in general works the same for both card present and card not present as long as we pass in the right variables. And we could use the same account to process btoh.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The biggest challenge with AuthNet is the difference in the API behavior between CP and CNP and the fact that we need two seperate accounts just adds to it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2012 14:37:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-Payment-Form-Relay/m-p/21891#M11892</guid>
      <dc:creator>ksrsrinivasan</dc:creator>
      <dc:date>2012-01-19T14:37:54Z</dc:date>
    </item>
  </channel>
</rss>

