<?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 CIM, validationMode set to none, and automatic ValidateCustomerPaymentProfile transaction in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/26508#M14085</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Sign Up for Customer Information Manager (CIM)&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;Value-Adding Service Terms and Conditions

 

In order for You to enroll and use an Authorize.Net Value-Adding Service (VAS), You must first agree to the terms and conditions set forth below. By clicking on the "I AGREE" button, or by using a VAS, You acknowledge and agree that You have reviewed and understand the VAS terms and conditions. If You do not agree or are not willing to be bound by the VAS terms and conditions, do not click on the "I AGREE" button and do not seek to obtain or continue using the Value-Adding Services

1. Expansion of Services. The terms "Services" and "Authorize.Net Services," as each is defined in the Agreement, shall include each of the Value-Adding Services. Each Value-Adding Service is described on the Authorize.Net Web site and in other Services Documentation provided to You from time to time. All terms of the Agreement applicable to the Authorize.Net Services shall be applicable to each Value-Adding Service.

2. Your Obligations. In addition to Your obligations set forth in the Agreement, You agree to pay the Value-Adding Service Fees, in accordance with Section 6 of the Agreement, in the amounts provided in the Fee Schedule located in the Merchant Interface and/or in the Value-Adding Service documentation page accessed during enrollment in the applicable Value-Adding Service. By checking the "I ACCEPT" button next to a Value-Adding Service Fee schedule, You acknowledge Your acceptance of such fees, Your obligation to pay same and the terms and conditions applicable to the Value-Adding Service.

3. Your Warranty. You represent, warrant, and covenant to Authorize.Net that Your use of the Value-Adding Services and any information gathered by You in connection with use of a Value-Adding Service: (a) will be fully compliant with all applicable local, state and federal laws, rules, and regulations; (b) will be in accordance with all applicable Services Documentation; and (c) will not be used for any purpose other than in connection with the Value-Adding Service.

4. Acknowledgement. You understand, acknowledge, and agree that (a) You will be solely responsible for ALL transactions processed through Your payment gateway account(s), regardless of whether such transactions are monitored by a Value-Adding Service; (b) You will be solely responsible for Your use of the Value-Adding Service including, without limitation (i) configuring, maintaining and updating, as You deem necessary, the applicable settings for Your Value-Adding Service account; and (ii) with respect to each Transaction processed via your payment gateway account(s), and regardless of any data, analysis, or information generated or not generated by the Value-Adding Service, as applicable, determining the appropriate action for each such Transaction (i.e., approve, void, decline, reject); (c) under certain circumstances, it may be necessary for Authorize.Net to adjust Your Value-Adding Service security settings, with or without notice to You, to guard against fraudulent activity and that such actions may inadvertently cause legitimate transactions to expire, be rejected or delayed; and (d) Authorize.Net shall not be liable under any theory of law, including negligence, for any loss associated with any of the foregoing.

5. AUTHORIZE.NET WARRANTY. IN ADDITION TO ANY LIMITATIONS OR DISCLAIMERS SET FORTH IN THE AGREEMENT, YOU UNDERSTAND, ACKNOWLEDGE AND AGREE THAT THE VALUE-ADDING SERVICES ARE PROVIDED TO YOU BY AUTHORIZE.NET "AS IS" AND THAT AUTHORIZE.NET DOES NOT REPRESENT OR WARRANT THAT THE VALUE ADDING SERVICES OR ANY OTHER TECHNOLOGY, CONTENT, INTELLECTUAL PROPERTY, OR ANY OTHER INFORMATION, DATA, PRODUCTS, OR SERVICES, WILL BE AVAILABLE, ACCESSIBLE, UNINTERRUPTED, TIMELY, SECURE, ACCURATE, COMPLETE, OR ERROR-FREE, AND THAT YOUR SOLE REMEDY FOR ANY ISSUE RELATED TO OR ARISING FROM THE VALUE ADDING SERVICES, AND AUTHORIZE.NET'S SOLE LIABILITY FOR SAME, WILL BE TO TERMINATE THIS AGREEMENT AND DISCONTINUE YOUR USE OF THE VALUE-ADDING SERVICES.

6. Risk, Security and Disclosure. The risk and security suggestions provided to You in the Services Documentation for any of the Value-Adding Services are solely for illustrative purposes to show best industry practices, and You shall be solely responsible for choosing the appropriate settings and parameters for Your account.

7. Termination. If Your Agreement is terminated for any reason, Authorize.Net shall immediately cancel access to Your Value-Adding Service account. It is Your responsibility to download all reports prior to the effective date of any such termination as such reports will not be available subsequent to the termination date.

8. Incorporation by Reference. The Value-Adding Services Fee Schedules are incorporated herein by reference.

9. Third Party Programs. You acknowledge that the FraudScreen.Net Service is a third party software program developed and owned by Fair Isaac Corporation. You will look solely to Fair Isaac Corporation with regard to warranty, maintenance or other support regarding the same. Authorize.Net makes no warranty, express or implied, with regard to any such third party software.

10. Amendment; Definitions. All terms and conditions of the Agreement not specifically modified in this VAS Addendum shall remain unchanged and in full force and effect. Unless separately defined herein, capitalized words used in this VAS Addendum as defined terms shall have the same meanings herein as in the Agreement.&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;By clicking I Agree, you agree to pay the Customer Information Manager (CIM) fees set forth above and in accordance with the payment terms of your payment gateway service agreement.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 May 2012 11:52:15 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2012-05-15T11:52:15Z</dc:date>
    <item>
      <title>Hosted CIM, validationMode set to none, and automatic ValidateCustomerPaymentProfile transactions</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21297#M11607</link>
      <description>&lt;P&gt;After a frustrating chat with Authorize live support, they directed me here. Hoping someone at Authorize can answer this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our application uses the CIM XML to manage customer and payment profiles, as well as issue charges, voids, and refunds against those profiles. When we want to add a card on file for one of our members, we call the createCustomerProfileRequest function, passing along &amp;lt;validationMode&amp;gt;none&amp;lt;/validationMode&amp;gt; as required on page 21 of the CIM_XML_guide.pdf: "When you call createCustomerProfileRequest, then you must use a value of none (or leave the value blank) if the request does not include any payment profile information."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the customer profile has been added to CIM, we use the Authorize hosted CIM form to collect the cardholder data. We call getHostedProfilePageRequest to get the token, and use the token to forward to Authorize as specified in the docs. Note that there is no validationMode allowed in this request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the cardholder data is entered, there is an immediate &lt;SPAN style="color: #000000; font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; background-color: #ffffff; display: inline ! important; float: none;"&gt;ValidateCustomerPaymentProfile transaction issued against that CIM payment profile. We didnt ask it to do that, nor do we want it to do that (the point of my question here).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; background-color: #ffffff; display: inline ! important; float: none;"&gt;The question:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; background-color: #ffffff; display: inline ! important; float: none;"&gt;How do we turn off this validation? If we were &lt;EM&gt;not&lt;/EM&gt; using the CIM hosted form, I assume we would call the createCustomerPaymentProfileRequest function, which does take the validationMode element. We are using the hosted CIM so we are not collecting any cardholder data on our servers at all.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; background-color: #ffffff; display: inline ! important; float: none;"&gt;I think the problem is the hosted form (which we have no control over) is submitting the validation request on its own. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; background-color: #ffffff; display: inline ! important; float: none;"&gt;Authorize folks -- how can we use the Hosted CIM solution and not run the validation transactions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; background-color: #ffffff; display: inline ! important; float: none;"&gt;Your help is appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; background-color: #ffffff; display: inline ! important; float: none;"&gt;Tim&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2012 22:02:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21297#M11607</guid>
      <dc:creator>sdwebguy</dc:creator>
      <dc:date>2012-01-06T22:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM, validationMode set to none, and automatic ValidateCustomerPaymentProfile transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21309#M11613</link>
      <description>&lt;P&gt;I just looked through the documentation and did a bunch of searches and didn't turn up anything, this is the first time anyone has asked this particular question as far as I know. Guess we have to wait for a mod to weigh in.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2012 23:30:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21309#M11613</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-06T23:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM, validationMode set to none, and automatic ValidateCustomerPaymentProfile transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21367#M11641</link>
      <description>&lt;P&gt;Currently, the validation mode cannot be modified when using the hosted CIM forms.&amp;nbsp; We do appreciate the feedback and will keep it in mind for future updates, but I'm afraid that I can't offer an immediate resolution.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2012 21:17:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21367#M11641</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2012-01-09T21:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM, validationMode set to none, and automatic ValidateCustomerPaymentProfile transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21453#M11683</link>
      <description>&lt;P&gt;Dear Authorize.net,&lt;/P&gt;&lt;P&gt;Please provide some workaround for this issue, it is causing several customers (at az.naturesgardendelivered.com) to not be able to enter their card info because their banks deny transactions under $1 for security reasons (like Paypal does, if I remember correctly). &amp;nbsp;I was happy to use the hosted CIM solution to keep out of the PCI envelope but if the customers cannot use it then we'll need to do something else (and maybe somewhere else).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2012 20:43:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21453#M11683</guid>
      <dc:creator>bizcatalyst</dc:creator>
      <dc:date>2012-01-11T20:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM, validationMode set to none, and automatic ValidateCustomerPaymentProfile transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21455#M11684</link>
      <description>&lt;P&gt;Why is this thread marked as solved? &amp;nbsp;It is clearly not solved.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2012 20:45:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21455#M11684</guid>
      <dc:creator>bizcatalyst</dc:creator>
      <dc:date>2012-01-11T20:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM, validationMode set to none, and automatic ValidateCustomerPaymentProfile transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21457#M11685</link>
      <description>&lt;P&gt;It solved because the the person who started the thread got his or her answer that at this time, you can not override the validationMode.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2012 20:57:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21457#M11685</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-01-11T20:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM, validationMode set to none, and automatic ValidateCustomerPaymentProfile transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21469#M11691</link>
      <description>&lt;P&gt;I agree that "Solved" is not the best choice of words. The issue is a major problem for us, but we have to file it under the "what can we do about it" category of Authorize issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess I should post a followup conversation I had with Authorize support about this -- if we would be charged fees for this forced validation call.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello, my name is Kristine H. How may I assist you today?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tim Lux:&lt;/STRONG&gt;&amp;nbsp; I have a very specific question about Authorize.net CIM and our charged fees.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Kristine H:&lt;/STRONG&gt;&amp;nbsp; Sure, no problem.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tim Lux:&lt;/STRONG&gt;&amp;nbsp; We use Authorize.net *hosted* CIM to collect cardholder data. When a card is saved to a customer profile in CIM using the *hosted* CIM, there is an automatic validateCustomerPaymentProfile call run which charges the card and immediately voids it.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tim Lux:&lt;/STRONG&gt;&amp;nbsp; I asked on the developer forums if this could be turned off, and the answer was no, it cannot. The hosted CIM cannot turn off the validation. So my question is...&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tim Lux:&lt;/STRONG&gt;&amp;nbsp; When using AIM previously, when we received a new card from a member, we would charge an amount and immediatley void it, causing hundreds of dollars in extra processing fees. Are there ANY processing fees with the required validateCustomerPaymentProfile that the hosted CIM solution runs automatically?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Kristine H:&lt;/STRONG&gt;&amp;nbsp; Your not required to validate the card before its saved in CIM. Your developers would need to read through our CIM integration guide for the information on not sending that request. You will be charged processing fees for any transactions submitted, even the validation of the card before saved in CIM.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Kristine H:&lt;/STRONG&gt;&amp;nbsp; Here is the link to the CIM integration guides. You can provide this link to your developers.&lt;/P&gt;&lt;P&gt;The agent is sending you to&lt;A target="new" href="http://developer.authorize.net/api/cim/"&gt;http://developer.authorize.net/api/cim/&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tim Lux:&lt;/STRONG&gt;&amp;nbsp; you are not listening to me&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tim Lux:&lt;/STRONG&gt;&amp;nbsp; Read this link&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tim Lux:&lt;/STRONG&gt;&amp;nbsp; &lt;A target="_blank" href="https://community.developer.cybersource.com/../Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/td-p/21297"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/td-p/21297&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tim Lux:&lt;/STRONG&gt;&amp;nbsp; when using the hosted CIM option Authorize.net provides, we have NO CONTROL OVER THE VALIDATION CALL. It just does it. So again, the question is... are we charged any fees for this forced validation?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Kristine H:&lt;/STRONG&gt;&amp;nbsp; You are not charged fees when it validates the profile.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tim Lux:&lt;/STRONG&gt;&amp;nbsp; We are not charged fees when it validates the payment profile?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Kristine H:&lt;/STRONG&gt;&amp;nbsp; No you are not.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tim Lux:&lt;/STRONG&gt;&amp;nbsp; OK I will pass that along to our accounting dept to verify in the next statement. Thanks for your time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it turns out we are charged fees, my management has already discussed possibilities of a lawsuit. Will let you know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2012 21:36:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21469#M11691</guid>
      <dc:creator>sdwebguy</dc:creator>
      <dc:date>2012-01-11T21:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM, validationMode set to none, and automatic ValidateCustomerPaymentProfile transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21479#M11696</link>
      <description>&lt;P&gt;The most you'll get out of that is your transaction fees back and perhaps (if you're very lucky) the cost of developing your web site to work with Authorize.net. Lawyer fees will eat that in the first week. Seems to me that bad press would have more of a point than a lawsuit.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2012 21:49:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21479#M11696</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-11T21:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM, validationMode set to none, and automatic ValidateCustomerPaymentProfile transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21483#M11698</link>
      <description>&lt;P&gt;I think she got it wrong. That why most of the time they will said to go the forum for developer issue.&lt;/P&gt;&lt;P&gt;Not sure about the lawsuit, did you save the eula when you signup the CIM? It will be interested to see what in it. And I don't think it is a fee from authorize.net but a fee from the merchant bank.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are doing AIM before, why use the hosted CIM?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2012 21:53:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21483#M11698</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-01-11T21:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM, validationMode set to none, and automatic ValidateCustomerPaymentProfile transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21525#M11719</link>
      <description>&lt;P&gt;We were using AIM before, however, so we can be fully PCI compliant on our end, we moved to hosted CIM. That gets us out of transmitting or collecting the cardholder data altogether. Our applications actually integrate with several other companies (Sage, Beanstream are a couple) that offer similiar solutions to Authorize's CIM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have any faith the rep I chatted with was correct about there not being any fees. That's one issue. The second is if there are fees, we are forced to encounter them based on how Authorize has (or has not) setup their CIM product.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2012 17:18:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21525#M11719</guid>
      <dc:creator>sdwebguy</dc:creator>
      <dc:date>2012-01-12T17:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM, validationMode set to none, and automatic ValidateCustomerPaymentProfile transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21531#M11722</link>
      <description>&lt;P&gt;There are multiple validation modes if you're using regular CIM. testMode just does the surface validation and should be free. liveMode runs a credit card transaction and then voids it, so that would generate a transaction fee. Apparently, you're just stuck in liveMode using hosted CIM.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2012 17:41:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21531#M11722</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-12T17:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM, validationMode set to none, and automatic ValidateCustomerPaymentProfile transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21813#M11855</link>
      <description>&lt;P&gt;Turns out what &lt;STRONG&gt;Kristine H &lt;/STRONG&gt;told me in my chatr with Authorize was not true. No surprise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears we ARE being charged 10 cents for each forced validateCustomerPaymentProfile call just because we use the hosted CIM solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Authorize -- this is now going to be a major issue. Who can we contact to discuss options? This isnt acceptable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2012 18:02:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21813#M11855</guid>
      <dc:creator>sdwebguy</dc:creator>
      <dc:date>2012-01-18T18:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM, validationMode set to none, and automatic ValidateCustomerPaymentProfile transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21837#M11865</link>
      <description>&lt;P&gt;Hey Tim and everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just wanted to confirm again for everyone, yes, you are charged a fee for validationMode if you choose to do the live validation. And yes, right now, there is no way to turn that off when using the hosted option for CIM. I apologize for any misinformation on the fee front.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just so you know, we have passed this thread on to our development teams to let them know of the need to be able to turn off validationMode when using hosted CIM. So thanks for the feedback on that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Again, I apologize for the confusion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;
&lt;P&gt;Developer Community Manager&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2012 22:37:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/21837#M11865</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2012-01-18T22:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM, validationMode set to none, and automatic ValidateCustomerPaymentProfile transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/22637#M12233</link>
      <description>&lt;P&gt;Thanks Michelle for mentioning that this feedback was passed to the dev team. &amp;nbsp;Can you post their response please so your customers can get an idea of the status? &amp;nbsp;Did they say something like, "Oh yeah, we didn't think of that before. &amp;nbsp;We'll make that available in the next minor release which is currently scheduled for Feb 15th"? &amp;nbsp;It would be nice to hear something like that, I'm helping 2 more businesses get setup with hosted CIM now so I'd really like to know.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 20:29:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/22637#M12233</guid>
      <dc:creator>bizcatalyst</dc:creator>
      <dc:date>2012-02-03T20:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM, validationMode set to none, and automatic ValidateCustomerPaymentProfile transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/22757#M12289</link>
      <description>&lt;P&gt;Unfortunately, Auth.net tends not to give any guidance, road maps, etc on their development plans. It's just a black box (at best).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My guess is that they have a tiny development dept that spends too much time on maintenance and too little on new features. Combine that with a very long and tough testing cycle and the result is few and far between software updates from them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eg, has anyone ever seen a "release" summary from them? I only see the press releases.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bottom line: &amp;nbsp;don't count on the new feature appearing anytime soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best results I've had have been from talking with the Auth.Net president at trade shows. He often shows up.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2012 15:22:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/22757#M12289</guid>
      <dc:creator>larrykluger</dc:creator>
      <dc:date>2012-02-07T15:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM, validationMode set to none, and automatic ValidateCustomerPaymentProfile transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/23775#M12783</link>
      <description>&lt;P&gt;+1 for fixing this in CIM Hosted as soon as possible.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Feb 2012 02:25:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/23775#M12783</guid>
      <dc:creator>dtobey</dc:creator>
      <dc:date>2012-02-29T02:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM, validationMode set to none, and automatic ValidateCustomerPaymentProfile transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/25925#M13806</link>
      <description>&lt;P&gt;Not sure if there was any solution to this, but we also REALLY need to have a way to control validation on the hosted profile page. I would prefer to have a way to pass something to GetHostedProfilePage through hostedProfileSettings and disable the validation. Unless if there is a strong reason behind the implementation,&amp;nbsp; I think this is one of those things where every client should decide based on their business needs. In my case it's not acceptable to have one extra $0.00 voided charge on credit card statement as it's confusing for customers and where we all trying to do is to keep customers happy and not think about some mysterious $0.00 charge.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Autorize.Net guys ... Can you reveal the plans on this .. Is there anything on roadmap?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2012 06:18:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/25925#M13806</guid>
      <dc:creator>levonn</dc:creator>
      <dc:date>2012-04-24T06:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM, validationMode set to none, and automatic ValidateCustomerPaymentProfile transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/25949#M13818</link>
      <description>&lt;P&gt;Hey everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, we can't really comment on exactly what will be released and when. But I can assure you that our dev teams are aware of this request, and we hope to get it resolved in an upcoming release.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;
&lt;P&gt;Developer Community Manager&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2012 19:20:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/25949#M13818</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2012-04-24T19:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM, validationMode set to none, and automatic ValidateCustomerPaymentProfile transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/26237#M13959</link>
      <description>&lt;P&gt;After spending much time and $$$ to reprogram all our checkouts, our accounting people came to me after we went live asking about all the extra charges!&amp;nbsp; Our developer found this thread.&amp;nbsp; &lt;STRONG&gt;PLEASE FIX!&lt;/STRONG&gt; And it would be appropriate to disclose and waive the extra charges until it is corrected!&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2012 14:32:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/26237#M13959</guid>
      <dc:creator>paulchasnoff</dc:creator>
      <dc:date>2012-05-03T14:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM, validationMode set to none, and automatic ValidateCustomerPaymentProfile transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/26498#M14080</link>
      <description>&lt;P&gt;This appears to also affect the iframe inclusion of CIM as well because essentially it's hosted (just in the iframe) as I just got an email from my "test" that a validation transaction had happened for $0.&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2012 00:12:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-validationMode-set-to-none-and-automatic/m-p/26498#M14080</guid>
      <dc:creator>phippster</dc:creator>
      <dc:date>2012-05-15T00:12:06Z</dc:date>
    </item>
  </channel>
</rss>

