<?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: CIM API requires clientID? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/58588#M33212</link>
    <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21530"&gt;@ruchi_s&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Client ID is an internal value used to identify the SDK client used. &amp;nbsp;If you set the value to Null, the gateway will not return an error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;RIchard&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jun 2017 13:16:32 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2017-06-26T13:16:32Z</dc:date>
    <item>
      <title>CIM API requires clientID?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57047#M31787</link>
      <description>&lt;P&gt;After refreshing the definition for the SOAP web reference for&amp;nbsp;&lt;A href="https://api.authorize.net/soap/v1/Service.asmx?wsdl" target="_blank"&gt;https://api.authorize.net/soap/v1/Service.asmx?wsdl&lt;/A&gt;, I noticed that our previously-working code no longer compiles. In each instance, it looks the definition for the methods listed in the compile errors (CreateCustomerProfile, UpdateCustomerPaymentProfile, etc.) all have a string parameter of clientID that is expected (but wasn't in our earlier web reference definitions).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In looking at the CIM API docs (&lt;A href="http://www.authorize.net/content/dam/authorize/documents/CIM_SOAP_guide.pdf" target="_blank"&gt;http://www.authorize.net/content/dam/authorize/documents/CIM_SOAP_guide.pdf&lt;/A&gt;) and the API reference (&lt;A href="http://developer.authorize.net/api/reference/" target="_blank"&gt;http://developer.authorize.net/api/reference/&lt;/A&gt;), neither mentions this field anywhere. Additionally, the sample code in the API reference matches our calls and doesn't seem to be passing in a clientID anywhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is clientID and how should we be using it, now that it's required? Is that our userid, tran key, a unique id for that specific card, or what?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 17:10:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57047#M31787</guid>
      <dc:creator>kevinfairchild</dc:creator>
      <dc:date>2017-02-24T17:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: CIM API requires clientID?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57049#M31789</link>
      <description>&lt;P&gt;NOTE: I've also tried using api2.authorize.net instead, since a lot of the documentation seems to refer to api.authorize.net as still supported but a legacy url.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 17:35:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57049#M31789</guid>
      <dc:creator>kevinfairchild</dc:creator>
      <dc:date>2017-02-24T17:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: CIM API requires clientID?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57054#M31794</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/10327"&gt;@kevinfairchild&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ClientID is for internal use by Authorize.Net and is not required.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 19:34:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57054#M31794</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-02-24T19:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: CIM API requires clientID?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57055#M31795</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH&lt;/a&gt;, is something not configured correctly in the WSDL, then?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example reference definition after refreshing web service reference:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;        &amp;lt;System.Web.Services.Protocols.SoapDocumentMethodAttribute("https://api.authorize.net/soap/v1/CreateCustomerProfile", RequestNamespace:="https://api.authorize.net/soap/v1/", ResponseNamespace:="https://api.authorize.net/soap/v1/", Use:=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle:=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)&amp;gt;  _
        Public Function CreateCustomerProfile(ByVal merchantAuthentication As MerchantAuthenticationType, ByVal profile As CustomerProfileType, ByVal validationMode As ValidationModeEnum, ByVal clientId As String) As CreateCustomerProfileResponseType
            Dim results() As Object = Me.Invoke("CreateCustomerProfile", New Object() {merchantAuthentication, profile, validationMode, clientId})
            Return CType(results(0),CreateCustomerProfileResponseType)
        End Function&lt;/PRE&gt;&lt;P&gt;...thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 20:03:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57055#M31795</guid>
      <dc:creator>kevinfairchild</dc:creator>
      <dc:date>2017-02-24T20:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: CIM API requires clientID?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57056#M31796</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/10327"&gt;@kevinfairchild&lt;/a&gt;&amp;nbsp;-- you mentioned compile errors that mention clientID explicitly. Could you share some examples, please?&lt;BR /&gt;&lt;BR /&gt;I confirm that the WSDL has minOccurs=0, meaning the field is not mandatory, and as Richard indicated, it is an internal field only. So I'd like to see the errors&amp;nbsp;to get a better idea of context.&lt;BR /&gt;&lt;BR /&gt;As for the API endpoint's domain -- either api.authorize.net or api2.authorize.net should work. The difference is that api2 utilizes Akamai SureRoute for routing optimization. Both have the same WSDL and reach the same servers in the end.&lt;BR /&gt;&lt;BR /&gt;(I should note &lt;A href="https://community.developer.cybersource.com/t5/The-Authorize-Net-Developer-Blog/SOAP-API-Deprecation-and-EOL-Date-for-Hosted-CIM/ba-p/56101" target="_self"&gt;we've begun to deprecate SOAP&lt;/A&gt;, however. While the SOAP flavor of our API will be supported, we will not be adding new features. Unless SOAP is a requirement, you may want to consider developing using the XML or JSON flavor of our API. We also have a REST API in the works, of which you'll hear more over the next several months.)&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 21:18:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57056#M31796</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2017-02-24T21:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: CIM API requires clientID?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57057#M31797</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7176"&gt;@Lilith&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get a handful of them for the different create, update, delete calls done in our app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's an example from the error list in VS 2015:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Error	BC30455	Argument not specified for parameter 'clientId' of 'Public Function CreateCustomerPaymentProfile(merchantAuthentication As MerchantAuthenticationType, customerProfileId As Long, paymentProfile As CustomerPaymentProfileType, validationMode As ValidationModeEnum, clientId As String) As CreateCustomerPaymentProfileResponseType'.&lt;/PRE&gt;&lt;P&gt;This problem has affected us both on a winform application as well as a ASP.NET web app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for SOAP being depreciated, I noticed that today as well. We'll be moving to one of the other APIs sometime this year, but until then -- we're just trying to figure out how to get around this new field requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of the other developers tried passing in an empty string, which he said seemed like it worked the first time but then failed on subsequent attempts. We have an older version of the application that doesn't have the updated API references that include that field and that seems to work correctly as-is. It's only when we update the definitions that it seems to have problems.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 21:38:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57057#M31797</guid>
      <dc:creator>kevinfairchild</dc:creator>
      <dc:date>2017-02-24T21:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: CIM API requires clientID?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57058#M31798</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/10327"&gt;@kevinfairchild&lt;/a&gt;&amp;nbsp;-- as I mentioned, I reviewed the WSDL directly. No occurrence of clientId is required in an API request.&lt;BR /&gt;&lt;BR /&gt;Any chance you could send us a copy of the WSDL you're using? I know you said you copied it from us, but I want to review what's cached on your server, in case something odd happened.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 21:48:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57058#M31798</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2017-02-24T21:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: CIM API requires clientID?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57060#M31800</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7176"&gt;@Lilith&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just for clarification... I have an existing winform in VS 2015 with an old reference definition for the SOAP API. No compile errors and transactions and everything work perfectly. Clicking "Update Web Reference" refreshes the definitions which then adds the new parameter and causes compile errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I completely agree with you that from what I can see of the WSDL, that field should not be required. I'm just reporting what is happening on seperate apps and to seperate developers after updating the reference data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can paste a copy of the Service.wsdl file the client has after the refresh, but I've already verified the routines I'm getting the error on all have:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;s:element minOccurs="0" maxOccurs="1" name="clientId" type="s:string" /&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems&amp;nbsp;like that's how it should be (optional) from what you've said.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I went ahead and downloaded the sample project from&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/sample-code-csharp" target="_blank"&gt;https://github.com/AuthorizeNet/sample-code-csharp&lt;/A&gt; to try to see if I could reproduce the issue with it on there, but it doesn't look like that&amp;nbsp;uses a web reference to the SOAP API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there's anyone with a SOAP web reference in Visual Studio that can do a refresh of the definitions and let me know if they have the same issue with previously-working Authorize.Net code causing compile errors related to clientID, that would be helpful. Especially within VS 2015. At least then I'd be able to determine if it's something specific to VS 2015 or what...&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 22:35:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57060#M31800</guid>
      <dc:creator>kevinfairchild</dc:creator>
      <dc:date>2017-02-24T22:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: CIM API requires clientID?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57091#M31831</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH&lt;/a&gt;&amp;nbsp;or&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7176"&gt;@Lilith&lt;/a&gt;, were either of you able to do a refresh of the WSDL within VS 2015 to see if it's interpretting clientID as required?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've had complaints of this from other developers using fresh installs of VS 2015 in different projects, so I'm wondering if that's the issue.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 20:31:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57091#M31831</guid>
      <dc:creator>kevinfairchild</dc:creator>
      <dc:date>2017-02-28T20:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: CIM API requires clientID?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57650#M32347</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/10327"&gt;@kevinfairchild&lt;/a&gt; &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7176"&gt;@Lilith&lt;/a&gt; &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I am faciing the same problem. I have updated the service refence from "&lt;A href="https://api.authorize.net/soap/v1/Service.asmx?wsdl" target="_blank"&gt;https://api.authorize.net/soap/v1/Service.asmx?wsdl&lt;/A&gt;".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now all existing code is not working as new update added field "clientid" for most of the methods. I tried to pass loginid as clientid but disn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I do not have any clientid and do not want to generate this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know the solution. I am working with Visual Studio 2012 and do not have VS 2015.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ruchi&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 08:01:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57650#M32347</guid>
      <dc:creator>ruchi_s</dc:creator>
      <dc:date>2017-04-12T08:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: CIM API requires clientID?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57653#M32350</link>
      <description>&lt;P&gt;Sorry to hear you ran into the same issue,&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21530"&gt;@ruchi_s&lt;/a&gt;. As you can see from the lack of responses on this thread, it's probably not something that will be addressed -- given their abandonment of the SOAP API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was unable to come up with a solution to this issue, so I'm switching to a different API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best of luck!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--Kevin&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 13:34:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57653#M32350</guid>
      <dc:creator>kevinfairchild</dc:creator>
      <dc:date>2017-04-12T13:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: CIM API requires clientID?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57700#M32395</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/10327"&gt;@kevinfairchild&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will this issue be resolved if i will install visula studio 2015? Right no I am working with vs 2012.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ruchi&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 03:49:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57700#M32395</guid>
      <dc:creator>ruchi_s</dc:creator>
      <dc:date>2017-04-14T03:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: CIM API requires clientID?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57704#M32399</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21530"&gt;@ruchi_s&lt;/a&gt;,&amp;nbsp;I had the issue in both VS 2015 and VS 2017. If a project was working properly with the SOAP API, just refreshing the definition would cause it to no longer work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To resolve the issue, I've moved on to a non-SOAP version of the API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--Kevin Fairchild&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 13:20:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/57704#M32399</guid>
      <dc:creator>kevinfairchild</dc:creator>
      <dc:date>2017-04-14T13:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: CIM API requires clientID?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/58584#M33208</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/10327"&gt;@kevinfairchild&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7176"&gt;@Lilith&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Can anybody let me know what is ClientId here? I do not want to move to non-soap as i am working on a very old project and now aware of all the functionality. I just wanted to use some new api's like GetSubscription which is not available in my old service. So I need to update service but updating the service gives me problem of clientid for all existing services.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any solution please........&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 06:06:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/58584#M33208</guid>
      <dc:creator>ruchi_s</dc:creator>
      <dc:date>2017-06-26T06:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: CIM API requires clientID?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/58588#M33212</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21530"&gt;@ruchi_s&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Client ID is an internal value used to identify the SDK client used. &amp;nbsp;If you set the value to Null, the gateway will not return an error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;RIchard&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 13:16:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/58588#M33212</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-06-26T13:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: CIM API requires clientID?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/58753#M33368</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is working fine to me now. I passed null for clientId and it worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please let me know the reason of response "E00027 2,1,2,This transaction has been declined". On production I am trying to charge a transaction through customerprofile but transaction on AuthorizeNet are going be declined. We didn't have any rejection setting as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 07:48:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/58753#M33368</guid>
      <dc:creator>ruchi_s</dc:creator>
      <dc:date>2017-07-11T07:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: CIM API requires clientID?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/58770#M33385</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21530"&gt;@ruchi_s&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That code just means the card is declined.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/responseCodes.html?code=E00027" target="_blank"&gt;http://developer.authorize.net/api/reference/responseCodes.html?code=E00027&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this is in production, it just means the cardholder's bank did not approve the transaction. If it were declined for some other reason, the text in the response would indicate a different&amp;nbsp;reason. The only way to know why it was declined is to have the cardholder contact their bank.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 20:08:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/58770#M33385</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-07-11T20:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: CIM API requires clientID?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/58780#M33395</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20843"&gt;@Aaron&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20843"&gt;@Aaron&lt;/a&gt;&amp;nbsp;for quick reply. I got it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a confusion regarding TLS disablement. I used TLS1.2 for sandbox and it is working fine But if I use this TLS1.2 on production it is not working. transcation on live are &amp;nbsp;going to be declined on live if using TLS1.2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I need to implement this exactly on 18 September? I wanted to upload my code change for TLS earlier as it way be mid of sprint on 18 september.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 04:03:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/58780#M33395</guid>
      <dc:creator>ruchi_s</dc:creator>
      <dc:date>2017-07-12T04:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: CIM API requires clientID?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/58781#M33396</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21530"&gt;@ruchi_s&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What kind of error that you're getting when you use TLS1.2 in live environment?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 11:45:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/58781#M33396</guid>
      <dc:creator>joegreentea</dc:creator>
      <dc:date>2017-07-12T11:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: CIM API requires clientID?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/58782#M33397</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22019"&gt;@joegreentea&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is of Transaction declined error code&amp;nbsp;&lt;SPAN&gt;E00027&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 12:05:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-API-requires-clientID/m-p/58782#M33397</guid>
      <dc:creator>ruchi_s</dc:creator>
      <dc:date>2017-07-12T12:05:44Z</dc:date>
    </item>
  </channel>
</rss>

