<?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 Hosted Form ValidationMode in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Hosted-Form-ValidationMode/m-p/49627#M25174</link>
    <description>&lt;P&gt;I guess that is the answer although there just seems to be something wrong about letting someone enter invalid card info and saving it as a Payment Profile and then validating it after the fact.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Feb 2015 22:36:15 GMT</pubDate>
    <dc:creator>rts</dc:creator>
    <dc:date>2015-02-11T22:36:15Z</dc:date>
    <item>
      <title>CIM Hosted Form ValidationMode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Hosted-Form-ValidationMode/m-p/49614#M25163</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the underlying purpose or realistic application of the "testMode" setting of the&amp;nbsp;hostedProfileValidationMode. All it does is make sure the card number is valid, correct? If it were a&amp;nbsp;canceled card,would it still be accepted as a valid payment profile?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 14:59:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Hosted-Form-ValidationMode/m-p/49614#M25163</guid>
      <dc:creator>rts</dc:creator>
      <dc:date>2015-02-11T14:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Hosted Form ValidationMode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Hosted-Form-ValidationMode/m-p/49616#M25164</link>
      <description>&lt;P&gt;yes, it only check for Luhn algorithm, so canceled card, or test card# would be valid, with "testmode"&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 17:01:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Hosted-Form-ValidationMode/m-p/49616#M25164</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-02-11T17:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Hosted Form ValidationMode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Hosted-Form-ValidationMode/m-p/49617#M25165</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using CIM XML with iFrame hosted form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If my application needs to verify&amp;nbsp;that the&amp;nbsp;credit card is valid upon closing of the hosted form, is the only way to do that to send a ValidateCustomerPaymentProfile in liveMode? I want to use liveMode in the getHostedProfilePageRequest to have AuthNet verify the card is valid before the hosted form is closed. By doing this, there are two&amp;nbsp;&amp;nbsp;$.01 &amp;nbsp;charges generated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the only way to avoid the two charges to use testMode in the&amp;nbsp;&lt;SPAN&gt;getHostedProfilePageRequest and leave&amp;nbsp;the responsibility of validating the card to my application (using ValidateCustomerPaymentProfile)?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 17:32:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Hosted-Form-ValidationMode/m-p/49617#M25165</guid>
      <dc:creator>rts</dc:creator>
      <dc:date>2015-02-11T17:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Hosted Form ValidationMode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Hosted-Form-ValidationMode/m-p/49620#M25167</link>
      <description>&lt;P&gt;Or just use livemode on &lt;SPAN&gt;getHostedProfilePageRequest and skip the ValidateCustomerPaymentProfile&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 19:04:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Hosted-Form-ValidationMode/m-p/49620#M25167</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-02-11T19:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Hosted Form ValidationMode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Hosted-Form-ValidationMode/m-p/49621#M25168</link>
      <description>&lt;P&gt;If I skip the&amp;nbsp;&lt;SPAN&gt;ValidateCustomerPaymentProfile, how can my application know if a valid credit card was entered when the payment form popup closes? I use that info to determine wether or not to reactivate their subscription.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 19:18:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Hosted-Form-ValidationMode/m-p/49621#M25168</guid>
      <dc:creator>rts</dc:creator>
      <dc:date>2015-02-11T19:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Hosted Form ValidationMode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Hosted-Form-ValidationMode/m-p/49622#M25169</link>
      <description>&lt;P&gt;&lt;SPAN&gt;ValidateCustomerPaymentProfile&lt;/SPAN&gt; mean you need to have a payment profile ID. Where are you going to get that?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 19:43:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Hosted-Form-ValidationMode/m-p/49622#M25169</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-02-11T19:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Hosted Form ValidationMode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Hosted-Form-ValidationMode/m-p/49624#M25171</link>
      <description>&lt;P&gt;Or, yeah testmode on the hosted form and do livemode on ValidateCustomerPaymentProfile&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 20:12:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Hosted-Form-ValidationMode/m-p/49624#M25171</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-02-11T20:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Hosted Form ValidationMode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Hosted-Form-ValidationMode/m-p/49627#M25174</link>
      <description>&lt;P&gt;I guess that is the answer although there just seems to be something wrong about letting someone enter invalid card info and saving it as a Payment Profile and then validating it after the fact.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 22:36:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Hosted-Form-ValidationMode/m-p/49627#M25174</guid>
      <dc:creator>rts</dc:creator>
      <dc:date>2015-02-11T22:36:15Z</dc:date>
    </item>
  </channel>
</rss>

