<?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: Retrieving email when using CIM. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieving-email-when-using-CIM/m-p/39766#M21653</link>
    <description>&lt;P&gt;Just looked at my payment model, I was actually just returning part of the response in a more friendly version for my app, but wasn't returning the profile information. &amp;nbsp;Thank you for help.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Mar 2014 17:57:11 GMT</pubDate>
    <dc:creator>xeridea</dc:creator>
    <dc:date>2014-03-11T17:57:11Z</dc:date>
    <item>
      <title>Retrieving email when using CIM.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieving-email-when-using-CIM/m-p/39746#M21643</link>
      <description>&lt;P&gt;I am using CIM and need to be able to retrieve the email address I set for a customer profile. &amp;nbsp;I can set it fine, but when I get the customer profile, it is not there, I just get the payment and shipping information. &amp;nbsp;Using PHP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example return:&lt;/P&gt;&lt;PRE&gt;Array
(
    [status] =&amp;gt; success
    [payment] =&amp;gt; SimpleXMLElement Object
        (
            [customerType] =&amp;gt; individual
            [billTo] =&amp;gt; SimpleXMLElement Object
                (
                    [firstName] =&amp;gt; Micheal
                    [lastName] =&amp;gt; Kelso
                    [company] =&amp;gt; Ashton Kulas
                    [address] =&amp;gt; 123 Main Street
                    [city] =&amp;gt; Point Place
                    [state] =&amp;gt; WI
                    [zip] =&amp;gt; 54720
                    [country] =&amp;gt; US
                    [phoneNumber] =&amp;gt; 678-777-8888
                )

            [customerPaymentProfileId] =&amp;gt; 22380887
            [payment] =&amp;gt; SimpleXMLElement Object
                (
                    [creditCard] =&amp;gt; SimpleXMLElement Object
                        (
                            [cardNumber] =&amp;gt; XXXX1111
                            [expirationDate] =&amp;gt; XXXX
                        )

                )

        )

    [address] =&amp;gt; 
)&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Mar 2014 14:47:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieving-email-when-using-CIM/m-p/39746#M21643</guid>
      <dc:creator>xeridea</dc:creator>
      <dc:date>2014-03-11T14:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving email when using CIM.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieving-email-when-using-CIM/m-p/39748#M21644</link>
      <description>&lt;P&gt;Look to me you are using GetCustomer&lt;FONT color="#FF0000"&gt;Payment&lt;/FONT&gt;Profile and not GetCustomerProfile, which do return the email&lt;/P&gt;&lt;P&gt;doc is here &lt;A target="_blank" href="http://developer.authorize.net/api/cim/"&gt;http://developer.authorize.net/api/cim/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2014 14:52:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieving-email-when-using-CIM/m-p/39748#M21644</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-03-11T14:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving email when using CIM.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieving-email-when-using-CIM/m-p/39750#M21645</link>
      <description>&lt;P&gt;Here is what I am calling:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$this-&amp;gt;anetCIM-&amp;gt;getCustomerProfile($entityInfo-&amp;gt;customer_id);&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2014 15:04:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieving-email-when-using-CIM/m-p/39750#M21645</guid>
      <dc:creator>xeridea</dc:creator>
      <dc:date>2014-03-11T15:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving email when using CIM.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieving-email-when-using-CIM/m-p/39752#M21646</link>
      <description>&lt;P&gt;and how did you get the result?&lt;/P&gt;&lt;P&gt;and you are using the SDK?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2014 15:18:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieving-email-when-using-CIM/m-p/39752#M21646</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-03-11T15:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving email when using CIM.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieving-email-when-using-CIM/m-p/39754#M21647</link>
      <description>&lt;P&gt;Not sure what you are asking. &amp;nbsp;I create a profile, then call&amp;nbsp;&lt;SPAN&gt;getCustomerProfile on the returned customer id. &amp;nbsp;To check what is returned, I just use var_dump on the return object. &amp;nbsp;There are no addresses under the addresses at the bottom because they are not needed for our purposes.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2014 15:17:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieving-email-when-using-CIM/m-p/39754#M21647</guid>
      <dc:creator>xeridea</dc:creator>
      <dc:date>2014-03-11T15:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving email when using CIM.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieving-email-when-using-CIM/m-p/39760#M21650</link>
      <description>&lt;P&gt;Would echo the $result-&amp;gt;xml work better?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2014 15:37:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieving-email-when-using-CIM/m-p/39760#M21650</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-03-11T15:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving email when using CIM.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieving-email-when-using-CIM/m-p/39766#M21653</link>
      <description>&lt;P&gt;Just looked at my payment model, I was actually just returning part of the response in a more friendly version for my app, but wasn't returning the profile information. &amp;nbsp;Thank you for help.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2014 17:57:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Retrieving-email-when-using-CIM/m-p/39766#M21653</guid>
      <dc:creator>xeridea</dc:creator>
      <dc:date>2014-03-11T17:57:11Z</dc:date>
    </item>
  </channel>
</rss>

