<?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 Help: GetCustomerPaymentProfileResponseType in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Help-GetCustomerPaymentProfileResponseType/m-p/48443#M24365</link>
    <description>&lt;P&gt;Neveremind... I think I figured it out:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CustomerProfileWS.CreditCardType cct = aresponse.paymentProfile.payment.Item as CustomerProfileWS.CreditCardType;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/1353"&gt;@RaynorC1emen7&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;Is the "payment", it can be either bank account or credit card. so you need to case it to the right type.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Nov 2014 21:26:16 GMT</pubDate>
    <dc:creator>kmauzoul</dc:creator>
    <dc:date>2014-11-04T21:26:16Z</dc:date>
    <item>
      <title>CIM Help: GetCustomerPaymentProfileResponseType</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Help-GetCustomerPaymentProfileResponseType/m-p/48435#M24361</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my first post here so bear with me.&amp;nbsp; In the Documentation for CIM, the GetCustomerPaymentProfileResponseType has an object within paymentProfile called "creditcard".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my .net application, I have a web reference to:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://apitest.authorize.net/soap/v1/Service.asmx" target="_blank"&gt;https://apitest.authorize.net/soap/v1/Service.asmx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the GetCustomerPaymentProfileResponseType's "paymentProfile" does not have "creditcard" within it:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG height="667" border="0" alt="Visual Studio" src="https://ip1.i.lithium.com/22378576d60edd1353f81adb550ce2cbac996465/687474703a2f2f6936312e74696e797069632e636f6d2f32336c6b707a702e706e67" width="1152" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I missing something?&amp;nbsp; I've even updated the web reference to make sure I was using the latest version of it.. but no dice.&amp;nbsp; Any help would be greatly appreciated&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2014 20:40:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Help-GetCustomerPaymentProfileResponseType/m-p/48435#M24361</guid>
      <dc:creator>kmauzoul</dc:creator>
      <dc:date>2014-11-04T20:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Help: GetCustomerPaymentProfileResponseType</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Help-GetCustomerPaymentProfileResponseType/m-p/48439#M24363</link>
      <description>&lt;P&gt;Is the "payment", it can be either bank account or credit card. so you need to case it to the right type.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2014 20:51:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Help-GetCustomerPaymentProfileResponseType/m-p/48439#M24363</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-11-04T20:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Help: GetCustomerPaymentProfileResponseType</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Help-GetCustomerPaymentProfileResponseType/m-p/48441#M24364</link>
      <description>&lt;P&gt;Do you have example code for this type conversion?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2014 21:23:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Help-GetCustomerPaymentProfileResponseType/m-p/48441#M24364</guid>
      <dc:creator>kmauzoul</dc:creator>
      <dc:date>2014-11-04T21:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Help: GetCustomerPaymentProfileResponseType</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Help-GetCustomerPaymentProfileResponseType/m-p/48443#M24365</link>
      <description>&lt;P&gt;Neveremind... I think I figured it out:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CustomerProfileWS.CreditCardType cct = aresponse.paymentProfile.payment.Item as CustomerProfileWS.CreditCardType;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/1353"&gt;@RaynorC1emen7&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;Is the "payment", it can be either bank account or credit card. so you need to case it to the right type.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2014 21:26:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Help-GetCustomerPaymentProfileResponseType/m-p/48443#M24365</guid>
      <dc:creator>kmauzoul</dc:creator>
      <dc:date>2014-11-04T21:26:16Z</dc:date>
    </item>
  </channel>
</rss>

