<?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: How to auth and then captue with a  CIM in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/46113#M23331</link>
    <description>&lt;P&gt;OK - Got this solved. &amp;nbsp;Below is a snip of the code. &amp;nbsp;The issue was that with .NET &amp;nbsp;you need to set the "ValueModeSpecified" to true otherwise the ValidationMode setting is ignored!! &amp;nbsp;Found that footnote buried in the documentation. After that I got the response. &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Now that had its own issues. &amp;nbsp;the other directresponses came in a string that I split into a string array and get the info. &amp;nbsp;&lt;/P&gt;&lt;P&gt;THIS is returned as a &amp;nbsp;string array already BUT.....in reality the whole response string is the is the first item in the array. &amp;nbsp;SO.... I had to to that item AND split that to get the responses.!!!!! &amp;nbsp;There is an 1.5 hrs that isn't billable. &amp;nbsp;ARGGHH!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the repsonses&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;customerPaymentProfileType&lt;/SPAN&gt;[]&amp;nbsp;cards&amp;nbsp;=&amp;nbsp;&lt;SPAN&gt;new&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;customerPaymentProfileType&lt;/SPAN&gt;[1]&amp;nbsp;{&amp;nbsp;card&amp;nbsp;};
 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;createCustomerProfileRequest&lt;/SPAN&gt;&amp;nbsp;createCustomerProfileRequest1&amp;nbsp;=&amp;nbsp;&lt;SPAN&gt;new&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;createCustomerProfileRequest&lt;/SPAN&gt;();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;createCustomerProfileRequest1.validationModeSpecified&amp;nbsp;=&amp;nbsp;&lt;SPAN&gt;true&lt;/SPAN&gt;;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;createCustomerProfileRequest1.validationMode&amp;nbsp;=&amp;nbsp;&lt;SPAN&gt;validationModeEnum&lt;/SPAN&gt;.liveMode;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;customerProfileType&lt;/SPAN&gt;&amp;nbsp;newProfile&amp;nbsp;=&amp;nbsp;&lt;SPAN&gt;new&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;customerProfileType&lt;/SPAN&gt;();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;newProfile.description&amp;nbsp;=&amp;nbsp;memberCustomerInformationManagerPaymentProfile.Description;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;newProfile.paymentProfiles&amp;nbsp;=&amp;nbsp;cards;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;newProfile.merchantCustomerId&amp;nbsp;=&amp;nbsp;memberCustomerInformationManagerPaymentProfile.MemberId.ToString();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;newProfile.email&amp;nbsp;=&amp;nbsp;memberCustomerInformationManagerPaymentProfile.Email;&lt;/PRE&gt;</description>
    <pubDate>Sat, 09 Aug 2014 18:03:38 GMT</pubDate>
    <dc:creator>glerler</dc:creator>
    <dc:date>2014-08-09T18:03:38Z</dc:date>
    <item>
      <title>How to auth and then captue with a  CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/45226#M22903</link>
      <description>&lt;P&gt;I am trying to:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Perform an auth with the customer.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; After getting the auth, create a CIM for them&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Go back and do a priorauthcapture of that auth into the CIM that was created.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Doesn't work.&amp;nbsp; I cannot do a priorauthcapture thru the created CIM&amp;nbsp; since that auth was not created with that CIM profile. I can do a capture from the CIM but that creates another transaction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can do an authcapture then create the CIM but&amp;nbsp; I would like that first transaction to be linked to the CIM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; What is the suggested way to handle this scenario.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2014 13:00:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/45226#M22903</guid>
      <dc:creator>glerler</dc:creator>
      <dc:date>2014-07-11T13:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to auth and then captue with a  CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/45228#M22904</link>
      <description>&lt;P&gt;If the auth_only wasn't create with CIM, you can't use CIM to pre auth capture, so either use the capture only&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://developer.authorize.net/api/reference/"&gt;http://developer.authorize.net/api/reference/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;createTransaction&lt;/EM&gt; search "Capture a previously authorized amount"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2014 13:17:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/45228#M22904</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-07-11T13:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to auth and then captue with a  CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/45234#M22907</link>
      <description>&lt;P&gt;So I have learned.&lt;/P&gt;&lt;P&gt;My thought was to authorize the customer before I created a CIM so I didn't have stray CIM profiles floating around.&amp;nbsp; I wanted to have all charges appear for the customer in their CIM profile.&amp;nbsp; Suggestion on the best way to handle this are welcome.&amp;nbsp; Thx for the time.&lt;/P&gt;&lt;P&gt;G&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2014 16:28:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/45234#M22907</guid>
      <dc:creator>glerler</dc:creator>
      <dc:date>2014-07-11T16:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to auth and then captue with a  CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/45236#M22908</link>
      <description>&lt;P&gt;You can do both, when you create CIM payment profile, you can set the validationmode to livemode, which will generate a auth_only transaction(fyi there will be fee) and it will on create the payment profile if it valid. Then u can decide to delete the customer profile if that fail.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2014 16:42:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/45236#M22908</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-07-11T16:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to auth and then captue with a  CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/45238#M22909</link>
      <description>&lt;P&gt;Appreciate the input.&amp;nbsp;&amp;nbsp; I was not familiar with the ValidationMode property.&amp;nbsp;&amp;nbsp;&amp;nbsp; I will see if that works well for me.&amp;nbsp;&amp;nbsp; Thx&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2014 19:08:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/45238#M22909</guid>
      <dc:creator>glerler</dc:creator>
      <dc:date>2014-07-11T19:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to auth and then captue with a  CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/46097#M23323</link>
      <description>&lt;P&gt;How do I check the response for the auth? &amp;nbsp; Check if there is a CustId #? &amp;nbsp; There is a validationDirectRespnoseList but I get nothing back &amp;nbsp;in the list. &amp;nbsp;I am doing this in the Sandbox? &amp;nbsp;I am trying to;&lt;/P&gt;&lt;P&gt;1. Check auth for CC&lt;/P&gt;&lt;P&gt;2. &amp;nbsp;If good request will create CustomerProfile and payment&lt;/P&gt;&lt;P&gt;3. &amp;nbsp;Check response &amp;nbsp;if good - charge customer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the CIM is created in the Sandbox but the ValidationResponseList is empty&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2014 20:16:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/46097#M23323</guid>
      <dc:creator>glerler</dc:creator>
      <dc:date>2014-08-08T20:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to auth and then captue with a  CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/46099#M23324</link>
      <description>&lt;P&gt;can you post code, or tell us which method did you use exactly?&lt;/P&gt;&lt;P&gt;Not sure where is this ValidationResponseList from&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2014 21:00:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/46099#M23324</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-08-08T21:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to auth and then captue with a  CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/46101#M23325</link>
      <description>&lt;P&gt;It gets returned in CreateCustomerCustomerProfileResponse. &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;It shows being returned like &amp;nbsp;DirectResponse stirng.&lt;/P&gt;&lt;P&gt;Wtih the validationMode to live it supposed to do a checkAuthorize on the customers card. &amp;nbsp;If good it will create the customerProfile otherwise return and error.&lt;/P&gt;&lt;P&gt;Thx for reading&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2014 22:49:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/46101#M23325</guid>
      <dc:creator>glerler</dc:creator>
      <dc:date>2014-08-08T22:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to auth and then captue with a  CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/46103#M23326</link>
      <description>&lt;P&gt;It would be helpful if you posted your request and response information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2014 23:00:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/46103#M23326</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-08-08T23:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to auth and then captue with a  CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/46105#M23327</link>
      <description>&lt;P&gt;If it return a DirectResponse, use that, it is the same response as AIM&lt;/P&gt;&lt;P&gt;chapter 4 in &lt;A target="_blank" href="http://www.authorize.net/support/AIM_guide.pdf"&gt;http://www.authorize.net/support/AIM_guide.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or can you post the full response xml or soap.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2014 23:54:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/46105#M23327</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-08-08T23:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to auth and then captue with a  CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/46113#M23331</link>
      <description>&lt;P&gt;OK - Got this solved. &amp;nbsp;Below is a snip of the code. &amp;nbsp;The issue was that with .NET &amp;nbsp;you need to set the "ValueModeSpecified" to true otherwise the ValidationMode setting is ignored!! &amp;nbsp;Found that footnote buried in the documentation. After that I got the response. &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Now that had its own issues. &amp;nbsp;the other directresponses came in a string that I split into a string array and get the info. &amp;nbsp;&lt;/P&gt;&lt;P&gt;THIS is returned as a &amp;nbsp;string array already BUT.....in reality the whole response string is the is the first item in the array. &amp;nbsp;SO.... I had to to that item AND split that to get the responses.!!!!! &amp;nbsp;There is an 1.5 hrs that isn't billable. &amp;nbsp;ARGGHH!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the repsonses&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;customerPaymentProfileType&lt;/SPAN&gt;[]&amp;nbsp;cards&amp;nbsp;=&amp;nbsp;&lt;SPAN&gt;new&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;customerPaymentProfileType&lt;/SPAN&gt;[1]&amp;nbsp;{&amp;nbsp;card&amp;nbsp;};
 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;createCustomerProfileRequest&lt;/SPAN&gt;&amp;nbsp;createCustomerProfileRequest1&amp;nbsp;=&amp;nbsp;&lt;SPAN&gt;new&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;createCustomerProfileRequest&lt;/SPAN&gt;();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;createCustomerProfileRequest1.validationModeSpecified&amp;nbsp;=&amp;nbsp;&lt;SPAN&gt;true&lt;/SPAN&gt;;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;createCustomerProfileRequest1.validationMode&amp;nbsp;=&amp;nbsp;&lt;SPAN&gt;validationModeEnum&lt;/SPAN&gt;.liveMode;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;customerProfileType&lt;/SPAN&gt;&amp;nbsp;newProfile&amp;nbsp;=&amp;nbsp;&lt;SPAN&gt;new&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;customerProfileType&lt;/SPAN&gt;();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;newProfile.description&amp;nbsp;=&amp;nbsp;memberCustomerInformationManagerPaymentProfile.Description;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;newProfile.paymentProfiles&amp;nbsp;=&amp;nbsp;cards;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;newProfile.merchantCustomerId&amp;nbsp;=&amp;nbsp;memberCustomerInformationManagerPaymentProfile.MemberId.ToString();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;newProfile.email&amp;nbsp;=&amp;nbsp;memberCustomerInformationManagerPaymentProfile.Email;&lt;/PRE&gt;</description>
      <pubDate>Sat, 09 Aug 2014 18:03:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/46113#M23331</guid>
      <dc:creator>glerler</dc:creator>
      <dc:date>2014-08-09T18:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to auth and then captue with a  CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/46119#M23334</link>
      <description>&lt;P&gt;The a .net thing. anything nullable need to set the "fieldname"Specified on a webservice call.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Aug 2014 19:19:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/46119#M23334</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-08-09T19:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to auth and then captue with a  CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/46121#M23335</link>
      <description>&lt;P&gt;I have encountered it before!! I didn't retain it for some reason!!! lol. Doh!&lt;/P&gt;&lt;P&gt;Wont forget it now!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Aug 2014 20:25:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-auth-and-then-captue-with-a-CIM/m-p/46121#M23335</guid>
      <dc:creator>glerler</dc:creator>
      <dc:date>2014-08-09T20:25:44Z</dc:date>
    </item>
  </channel>
</rss>

