<?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 SOAP API - ValidateCustomerPaymentProfile optional customerShippingAddressId parameter in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-SOAP-API-ValidateCustomerPaymentProfile-optional/m-p/20242#M11105</link>
    <description>&lt;P&gt;According to the spec, that value is supposed to be optional, so I'd think the easiest way out of this situation would be to trace how that value passes through the code and disable whatever's blocking it from being left out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: As mentioned in the other thread, have you printed out all the values to make sure it's this that's missing?&lt;/P&gt;</description>
    <pubDate>Sun, 18 Dec 2011 20:05:47 GMT</pubDate>
    <dc:creator>TJPride</dc:creator>
    <dc:date>2011-12-18T20:05:47Z</dc:date>
    <item>
      <title>CIM SOAP API - ValidateCustomerPaymentProfile optional customerShippingAddressId parameter</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-SOAP-API-ValidateCustomerPaymentProfile-optional/m-p/2351#M2102</link>
      <description>&lt;P&gt;I'm using the CIM SOAP API with a C# proxy which provides a ValidateCustomerPaymentProfile method that accepts the following parameters:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT size="2"&gt;&lt;FONT color="#5f82a9"&gt;&lt;FONT color="#5f82a9"&gt;MerchantAuthenticationType&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#710071"&gt;&lt;FONT color="#710071"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000093"&gt;&lt;FONT color="#000093"&gt;merchantAuthentication&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT size="2"&gt;&lt;FONT color="#0000ea"&gt;&lt;FONT color="#0000ea"&gt;long&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#710071"&gt;&lt;FONT color="#710071"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000093"&gt;&lt;FONT color="#000093"&gt;customerProfileId&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT size="2"&gt;&lt;FONT color="#0000ea"&gt;&lt;FONT color="#0000ea"&gt;long&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#710071"&gt;&lt;FONT color="#710071"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000093"&gt;&lt;FONT color="#000093"&gt;customerPaymentProfileId&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT size="2"&gt;&lt;FONT color="#0000ea"&gt;&lt;FONT color="#0000ea"&gt;long&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#710071"&gt;&lt;FONT color="#710071"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000093"&gt;&lt;FONT color="#000093"&gt;customerShippingAddressId&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT size="2"&gt;&lt;FONT color="#0000ea"&gt;&lt;FONT color="#0000ea"&gt;string&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#710071"&gt;&lt;FONT color="#710071"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000093"&gt;&lt;FONT color="#000093"&gt;cardCode&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT size="2"&gt;&lt;FONT color="#3d6d72"&gt;&lt;FONT color="#3d6d72"&gt;ValidationModeEnum&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#710071"&gt;&lt;FONT color="#710071"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000093"&gt;&lt;FONT color="#000093"&gt;validationMode&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000093" size="2"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;The CIM docs specify that &lt;FONT color="#000000"&gt;customerShippingAddressId is optional - do I specify zero for this parameter in this case?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2010 19:35:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-SOAP-API-ValidateCustomerPaymentProfile-optional/m-p/2351#M2102</guid>
      <dc:creator>lukes92000</dc:creator>
      <dc:date>2010-03-05T19:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: CIM SOAP API - ValidateCustomerPaymentProfile optional customerShippingAddressId parameter</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-SOAP-API-ValidateCustomerPaymentProfile-optional/m-p/2352#M2103</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/1345"&gt;@lukes92000&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;I'm using the CIM SOAP API with a C# proxy which provides a ValidateCustomerPaymentProfile method that accepts the following parameters:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT size="2"&gt;&lt;FONT color="#5f82a9"&gt;&lt;FONT color="#5f82a9"&gt;MerchantAuthenticationType&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#710071"&gt;&lt;FONT color="#710071"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000093"&gt;&lt;FONT color="#000093"&gt;merchantAuthentication&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT size="2"&gt;&lt;FONT color="#0000ea"&gt;&lt;FONT color="#0000ea"&gt;long&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#710071"&gt;&lt;FONT color="#710071"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000093"&gt;&lt;FONT color="#000093"&gt;customerProfileId&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT size="2"&gt;&lt;FONT color="#0000ea"&gt;&lt;FONT color="#0000ea"&gt;long&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#710071"&gt;&lt;FONT color="#710071"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000093"&gt;&lt;FONT color="#000093"&gt;customerPaymentProfileId&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT size="2"&gt;&lt;FONT color="#0000ea"&gt;&lt;FONT color="#0000ea"&gt;long&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#710071"&gt;&lt;FONT color="#710071"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000093"&gt;&lt;FONT color="#000093"&gt;customerShippingAddressId&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT size="2"&gt;&lt;FONT color="#0000ea"&gt;&lt;FONT color="#0000ea"&gt;string&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#710071"&gt;&lt;FONT color="#710071"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000093"&gt;&lt;FONT color="#000093"&gt;cardCode&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT size="2"&gt;&lt;FONT color="#3d6d72"&gt;&lt;FONT color="#3d6d72"&gt;ValidationModeEnum&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#710071"&gt;&lt;FONT color="#710071"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#000093"&gt;&lt;FONT color="#000093"&gt;validationMode&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000093" size="2"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;The CIM docs specify that &lt;FONT color="#000000"&gt;customerShippingAddressId is optional - do I specify zero for this parameter in this case?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can set this parameter to zero within you method and simply omit the "customerShippingAddressId" element within your SOAP request. Passing a zero as the "customerShippingAddressId" will throw an exception on the gateway end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2010 23:30:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-SOAP-API-ValidateCustomerPaymentProfile-optional/m-p/2352#M2103</guid>
      <dc:creator>soundcommerce</dc:creator>
      <dc:date>2010-03-05T23:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: CIM SOAP API - ValidateCustomerPaymentProfile optional customerShippingAddressId parameter</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-SOAP-API-ValidateCustomerPaymentProfile-optional/m-p/20232#M11100</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to call&amp;nbsp;ValidateCustomerPaymentProfile to validate payment profile for my customer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont have customerShippingAddressID in my system. But even if i try to pass 0 as a value for this field it's giving me E00013 error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I cannot leave it blank as I am directly calling api's webmethod which is expecting long value in it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there another way to call this webmethod with some other value and validatepayment profile as well?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aparikh&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2011 08:11:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-SOAP-API-ValidateCustomerPaymentProfile-optional/m-p/20232#M11100</guid>
      <dc:creator>aparikh</dc:creator>
      <dc:date>2011-12-18T08:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: CIM SOAP API - ValidateCustomerPaymentProfile optional customerShippingAddressId parameter</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-SOAP-API-ValidateCustomerPaymentProfile-optional/m-p/20242#M11105</link>
      <description>&lt;P&gt;According to the spec, that value is supposed to be optional, so I'd think the easiest way out of this situation would be to trace how that value passes through the code and disable whatever's blocking it from being left out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: As mentioned in the other thread, have you printed out all the values to make sure it's this that's missing?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2011 20:05:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-SOAP-API-ValidateCustomerPaymentProfile-optional/m-p/20242#M11105</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-12-18T20:05:47Z</dc:date>
    </item>
  </channel>
</rss>

