<?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: Hosted CIM and Customer Name &amp;amp; Address info in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/18248#M10140</link>
    <description>&lt;P&gt;I am creating a Customer Profile, then creating a Customer Shipping Address, but the popup is not defaulting the shipping address into the billing address fields. Help?&lt;/P&gt;</description>
    <pubDate>Mon, 24 Oct 2011 17:47:01 GMT</pubDate>
    <dc:creator>missbossy</dc:creator>
    <dc:date>2011-10-24T17:47:01Z</dc:date>
    <item>
      <title>Hosted CIM and Customer Name &amp; Address info</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/17256#M9661</link>
      <description>&lt;P&gt;We are starting to convert an existing CIM installation over to the Hosted CIM to help simplify the PCI certification process. The customer name and address information is already in the database. We're trying to avoid requiring the user to type the information in a second time. When we connect to the Hosted CIM page via the getHostedProfilePageRequest token, the user is required to type all the name and address info. These are existing customers who now decide to pay via credit card.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. It doesn't look like we can send in Name &amp;amp; Address info with the createCustomerProfile unless we include Credit Card data (which we need to avoid).&lt;/P&gt;&lt;P&gt;2. The getHostedProfilePageRequest only allows you to pass in the CustomerProfileID.&lt;/P&gt;&lt;P&gt;Is there any way to pass in Name and Address info with including credit card data?&amp;nbsp;&lt;/P&gt;&lt;P&gt;We really need to avoid enter data twice and/or taking advantage of existing data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bill Clarke&lt;BR /&gt;Thoroughbred Software Int'l&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2011 14:49:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/17256#M9661</guid>
      <dc:creator>wtc828</dc:creator>
      <dc:date>2011-09-23T14:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM and Customer Name &amp; Address info</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/17276#M9670</link>
      <description>&lt;P&gt;So you've tried creating a customer profile without adding an AuthorizeNetPaymentProfile﻿ object to it, and it gave you an error? If so, sounds like you're doomed. The whole point of hosted CIM is to avoid having you collect and pass data yourself, so I doubt there's a way to initialize hosted CIM by passing a name and address.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2011 23:48:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/17276#M9670</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-09-23T23:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM and Customer Name &amp; Address info</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/17322#M9692</link>
      <description>&lt;P&gt;This is a Legacy based application. Customers use to pay by check via an invoicing system. Now they allow customers to pay via Credit Card. So often they are adding credit card info for existing customers where all the billing information (except a credit card) is already on file. &amp;nbsp;The application makes secure XML calls to:&amp;nbsp;&lt;BR /&gt;1. create a customer profile id&amp;nbsp;&lt;BR /&gt;2. getHostedProfile token&lt;BR /&gt;3. popup a browser so the service rep can collect the credit card info&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;They know they can get the info back with a getCustomerProfilePayments - but the reality is they already have the info (since these are existing customers). They are just trying to avoid entering twice.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If they include Name&amp;amp;Address info with the createCustomerProfile, it returns an error requesting a credit card.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2011 19:24:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/17322#M9692</guid>
      <dc:creator>wtc828</dc:creator>
      <dc:date>2011-09-26T19:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM and Customer Name &amp; Address info</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/17332#M9697</link>
      <description>&lt;P&gt;The documentation says about the creditCard field:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;This element is only required when the payment profile is credit card.﻿&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So apparently there's no way to create a profile without at least one billing method, unless I'm misreading this. Do you get the error if you submit without a name and address? Are you including the paymentProfiles tag and payment tag and not putting in any info? Might help to paste your XML here.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2011 21:34:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/17332#M9697</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-09-26T21:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM and Customer Name &amp; Address info</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/17380#M9720</link>
      <description>&lt;P&gt;Thank you. I believe you just answered the question. Rather than creating a new Customer Profile with incomplete payment information, we're creating the new Customer with ShippingAdress info. This data is retained when using the Hosted CIM interface.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the back-office legacy application can continue to work as is. When it is ready to enter Credit Card info, a browser window pops up (authorize.net site) with name and address already populated from the default shipping address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for taking the time and listening.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bill Clarke&lt;/P&gt;&lt;P&gt;Thoroughbred Software&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2011 19:51:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/17380#M9720</guid>
      <dc:creator>wtc828</dc:creator>
      <dc:date>2011-09-27T19:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM and Customer Name &amp; Address info</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/18248#M10140</link>
      <description>&lt;P&gt;I am creating a Customer Profile, then creating a Customer Shipping Address, but the popup is not defaulting the shipping address into the billing address fields. Help?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2011 17:47:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/18248#M10140</guid>
      <dc:creator>missbossy</dc:creator>
      <dc:date>2011-10-24T17:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM and Customer Name &amp; Address info</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/18336#M10183</link>
      <description>&lt;P&gt;This behavior is unique to when the customer is on the "Manage Profiles" page.&amp;nbsp; If you present them with only the "addPayment" page directly, no data will be prepopulated.&amp;nbsp;If you populate a single shipping address and then send the customer to the "manage" page to add their own payment profile, then the shipping address will be prepopulated as the billing address.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2011 21:09:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/18336#M10183</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2011-10-26T21:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM and Customer Name &amp; Address info</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/18496#M10259</link>
      <description>&lt;P&gt;Will&amp;nbsp;Authorize.Net support this behavior for "addPayment" in a future release?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again Trevor!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2011 01:10:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/18496#M10259</guid>
      <dc:creator>missbossy</dc:creator>
      <dc:date>2011-11-03T01:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM and Customer Name &amp; Address info</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/18612#M10313</link>
      <description>&lt;P&gt;I can certainly take this to our developers as a feature request, but it isn't something that is on an existing roadmap.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2011 22:35:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/18612#M10313</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2011-11-04T22:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM and Customer Name &amp; Address info</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/24587#M13175</link>
      <description>&lt;P&gt;I'm not sure I am understanding the solution.&amp;nbsp; Are we able to first create a Customer Profile, then pass information from our database to create a shipping profile, then use the shipping profile to pre-populate the payment profile on the hosted page so that all we enter on the hosted page is the payment information?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2012 21:08:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/24587#M13175</guid>
      <dc:creator>paulchasnoff</dc:creator>
      <dc:date>2012-03-16T21:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM and Customer Name &amp; Address info</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/24593#M13178</link>
      <description>&lt;P&gt;You can create the profile, then add a shipping address, or you can do it all in one call by just including the shipping information when you create the profile. Then when you trigger the billing management hosted popup, it should populate with that one shipping address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is, if I'm interpreting this correctly.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Mar 2012 00:45:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/24593#M13178</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-03-17T00:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM and Customer Name &amp; Address info</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/40856#M22164</link>
      <description>&lt;P&gt;*Please* give us a way to poulate the address for 'addPayment'.&lt;/P&gt;&lt;P&gt;By passing in an existing addressId or just using an existing one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2014 08:50:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/40856#M22164</guid>
      <dc:creator>lukydesigns</dc:creator>
      <dc:date>2014-05-02T08:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hosted CIM and Customer Name &amp; Address info</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/65526#M39177</link>
      <description>&lt;P&gt;I know this is very old, but did you ever get this resolved? We have the same need, and I think it is very bad design to give us a choice of making the person enter the address (which we already have), or requiring us to give them the full edit capability, and just HOPE that they will find the right option to add a payment, and not mess any other information up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Dec 2018 21:02:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Hosted-CIM-and-Customer-Name-amp-Address-info/m-p/65526#M39177</guid>
      <dc:creator>jheymann</dc:creator>
      <dc:date>2018-12-30T21:02:02Z</dc:date>
    </item>
  </channel>
</rss>

