<?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: Determine if Merchant has changed Transaction Key in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Determine-if-Merchant-has-changed-Transaction-Key/m-p/19814#M10895</link>
    <description>&lt;P&gt;There is no way to determine this programmatically except to see an authentication error. It should be error code 13 - The merchant login ID or password is invalid or the account is inactive.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Dec 2011 15:45:19 GMT</pubDate>
    <dc:creator>stymiee</dc:creator>
    <dc:date>2011-12-08T15:45:19Z</dc:date>
    <item>
      <title>Determine if Merchant has changed Transaction Key</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Determine-if-Merchant-has-changed-Transaction-Key/m-p/19812#M10894</link>
      <description>&lt;P&gt;I have a payment form that uses the AIM method to post to Auth.net via PHP.&amp;nbsp; It works great until our customer resets their Transaction Key.&amp;nbsp; I need to know if there is a way to determine (via PHP) if a merchant has reset their Transaction Key.&amp;nbsp; Any suggestions? Sample code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 15:28:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Determine-if-Merchant-has-changed-Transaction-Key/m-p/19812#M10894</guid>
      <dc:creator>cmgsupport</dc:creator>
      <dc:date>2011-12-08T15:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if Merchant has changed Transaction Key</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Determine-if-Merchant-has-changed-Transaction-Key/m-p/19814#M10895</link>
      <description>&lt;P&gt;There is no way to determine this programmatically except to see an authentication error. It should be error code 13 - The merchant login ID or password is invalid or the account is inactive.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 15:45:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Determine-if-Merchant-has-changed-Transaction-Key/m-p/19814#M10895</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2011-12-08T15:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if Merchant has changed Transaction Key</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Determine-if-Merchant-has-changed-Transaction-Key/m-p/19816#M10896</link>
      <description>&lt;P&gt;Is there a way to validate authentication without a transaction? In other words, could I take the API Login ID and the Transaction key and make a call to Auth.net to generate the error code 13 without doing a financial transaction? Ultimately I'm looking for a way to be proactive...so I could easily setup a cron that checks every day to see if the transaction key has changed and notify the client if it is no longer valid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 15:50:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Determine-if-Merchant-has-changed-Transaction-Key/m-p/19816#M10896</guid>
      <dc:creator>cmgsupport</dc:creator>
      <dc:date>2011-12-08T15:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if Merchant has changed Transaction Key</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Determine-if-Merchant-has-changed-Transaction-Key/m-p/19818#M10897</link>
      <description>&lt;P&gt;Make a call to the Transaction Detail API which doesn't require a transaction being processed but will require authentication. That should do exactly what you need with no cost to the merchant.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 15:59:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Determine-if-Merchant-has-changed-Transaction-Key/m-p/19818#M10897</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2011-12-08T15:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if Merchant has changed Transaction Key</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Determine-if-Merchant-has-changed-Transaction-Key/m-p/19820#M10898</link>
      <description>&lt;P&gt;Beautiful!&amp;nbsp; You are amazing!!!&amp;nbsp; Can you point me to any PHP sample code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again, thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 16:02:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Determine-if-Merchant-has-changed-Transaction-Key/m-p/19820#M10898</guid>
      <dc:creator>cmgsupport</dc:creator>
      <dc:date>2011-12-08T16:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Determine if Merchant has changed Transaction Key</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Determine-if-Merchant-has-changed-Transaction-Key/m-p/19822#M10899</link>
      <description>&lt;P&gt;I just created some code for working with all of the XML APIs including the Transaction Detail API. It includes sample code. You can find it at the &lt;A href="https://github.com/stymiee/Authorize.Net-XML" target="_self"&gt;AuthnetXML Github Repository&lt;/A&gt;. You should see a link to &lt;A href="https://github.com/stymiee/Authorize.Net-XML/zipball/master" target="_self"&gt;download the zipfile&lt;/A&gt;&amp;nbsp;with all of the code. Hopefully you find it useful.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 16:09:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Determine-if-Merchant-has-changed-Transaction-Key/m-p/19822#M10899</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2011-12-08T16:09:29Z</dc:date>
    </item>
  </channel>
</rss>

