<?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: Authenticating merchant API credentials (API LoginID and Transaction key) in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authenticating-merchant-API-credentials-API-LoginID-and/m-p/49649#M25194</link>
    <description>&lt;P&gt;We'll be adding this to our API Reference shortly, but you can use this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Sample Request:

&amp;lt;?xmlversion="1.0"encoding="utf-8"?&amp;gt;
&amp;lt;authenticateTestRequestxmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
   &amp;lt;merchantAuthentication&amp;gt;
      &amp;lt;name&amp;gt;API_Login&amp;lt;/name&amp;gt;
      &amp;lt;transactionKey&amp;gt;Trans_Key&amp;lt;/transactionKey&amp;gt;
   &amp;lt;/merchantAuthentication&amp;gt;
&amp;lt;/authenticateTestRequest&amp;gt;
 
Sample Successful Response:

&amp;lt;authenticateTestResponse&amp;gt;
   &amp;lt;messages&amp;gt;
      &amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;
      &amp;lt;message&amp;gt;
         &amp;lt;code&amp;gt;I00001&amp;lt;/code&amp;gt;
         &amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;
      &amp;lt;/message&amp;gt;
   &amp;lt;/messages&amp;gt;
&amp;lt;/authenticateTestResponse&amp;gt;
 
Sample Error Response:

&amp;lt;authenticateTestResponse&amp;gt;
   &amp;lt;messages&amp;gt;
      &amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;
      &amp;lt;message&amp;gt;
         &amp;lt;code&amp;gt;E00007&amp;lt;/code&amp;gt;
         &amp;lt;text&amp;gt;User authentication failed due to invalid authentication values.&amp;lt;/text&amp;gt;
      &amp;lt;/message&amp;gt;
   &amp;lt;/messages&amp;gt;
&amp;lt;/authenticateTestResponse&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Feb 2015 21:14:36 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2015-02-13T21:14:36Z</dc:date>
    <item>
      <title>Authenticating merchant API credentials (API LoginID and Transaction key)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authenticating-merchant-API-credentials-API-LoginID-and/m-p/49641#M25187</link>
      <description>&lt;P&gt;We have integrated Authorize.Net in our application.And we are collecting API LoginID and&amp;nbsp;Transaction key from merchants in order to process their transactions. Is there any way to authenticate the merchant given credentials(&lt;SPAN&gt;API LoginID and&amp;nbsp;Transaction key&lt;/SPAN&gt;), whether they are valid or not.Please tell me if there is any way to do this.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2015 12:08:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authenticating-merchant-API-credentials-API-LoginID-and/m-p/49641#M25187</guid>
      <dc:creator>leela</dc:creator>
      <dc:date>2015-02-13T12:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Authenticating merchant API credentials (API LoginID and Transaction key)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authenticating-merchant-API-credentials-API-LoginID-and/m-p/49642#M25188</link>
      <description>&lt;P&gt;&lt;A target="_blank" href="http://community.developer.authorize.net/t5/Integration-and-Testing/How-to-Validate-Payment-gateway-values-for-Authorize-net-API-key/m-p/40116/highlight/true#M21825"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/How-to-Validate-Payment-gateway-values-for-Authorize-net-API-key/m-p/40116/highlight/true#M21825&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2015 12:16:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authenticating-merchant-API-credentials-API-LoginID-and/m-p/49642#M25188</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-02-13T12:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Authenticating merchant API credentials (API LoginID and Transaction key)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authenticating-merchant-API-credentials-API-LoginID-and/m-p/49649#M25194</link>
      <description>&lt;P&gt;We'll be adding this to our API Reference shortly, but you can use this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Sample Request:

&amp;lt;?xmlversion="1.0"encoding="utf-8"?&amp;gt;
&amp;lt;authenticateTestRequestxmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
   &amp;lt;merchantAuthentication&amp;gt;
      &amp;lt;name&amp;gt;API_Login&amp;lt;/name&amp;gt;
      &amp;lt;transactionKey&amp;gt;Trans_Key&amp;lt;/transactionKey&amp;gt;
   &amp;lt;/merchantAuthentication&amp;gt;
&amp;lt;/authenticateTestRequest&amp;gt;
 
Sample Successful Response:

&amp;lt;authenticateTestResponse&amp;gt;
   &amp;lt;messages&amp;gt;
      &amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;
      &amp;lt;message&amp;gt;
         &amp;lt;code&amp;gt;I00001&amp;lt;/code&amp;gt;
         &amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;
      &amp;lt;/message&amp;gt;
   &amp;lt;/messages&amp;gt;
&amp;lt;/authenticateTestResponse&amp;gt;
 
Sample Error Response:

&amp;lt;authenticateTestResponse&amp;gt;
   &amp;lt;messages&amp;gt;
      &amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;
      &amp;lt;message&amp;gt;
         &amp;lt;code&amp;gt;E00007&amp;lt;/code&amp;gt;
         &amp;lt;text&amp;gt;User authentication failed due to invalid authentication values.&amp;lt;/text&amp;gt;
      &amp;lt;/message&amp;gt;
   &amp;lt;/messages&amp;gt;
&amp;lt;/authenticateTestResponse&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2015 21:14:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authenticating-merchant-API-credentials-API-LoginID-and/m-p/49649#M25194</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-02-13T21:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Authenticating merchant API credentials (API LoginID and Transaction key)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authenticating-merchant-API-credentials-API-LoginID-and/m-p/49688#M25229</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please tell, when we can expect these related changes in API reference and also in the jar.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 05:32:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authenticating-merchant-API-credentials-API-LoginID-and/m-p/49688#M25229</guid>
      <dc:creator>leela</dc:creator>
      <dc:date>2015-02-17T05:32:59Z</dc:date>
    </item>
  </channel>
</rss>

