<?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... shipping profiles, what if a user changes a shipping profile after an order is placed? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-shipping-profiles-what-if-a-user-changes-a-shipping-profile/m-p/49239#M24838</link>
    <description>&lt;P&gt;&lt;SPAN&gt;So if they came back and ordered again, and changed the billing address, it won't check the billing address with AVS again and decline the card? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It does it for every order, but it won't affect previous order.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 03 Jan 2015 18:57:39 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2015-01-03T18:57:39Z</dc:date>
    <item>
      <title>CIM... shipping profiles, what if a user changes a shipping profile after an order is placed?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-shipping-profiles-what-if-a-user-changes-a-shipping-profile/m-p/49222#M24821</link>
      <description>&lt;P&gt;So I am building a custom checkout system, using&amp;nbsp;CIM/ActiveMerchant... and i was planning on using CIM to store&amp;nbsp;user's&amp;nbsp;shipping addresses.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So basically i have a Model in my app "ShippingProfile" which stores the CIM_id, which i then use to pull down all the details from CIM.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BUT I just thought of this.. If&amp;nbsp;an order has_one ShippingProfile, but the user changes that shipping profile at a later date... how do you keep accurate records when information is changed in CIM?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way that CIM stores instances of billing/shipping profiles?&amp;nbsp;The only other approach i could think of&amp;nbsp;is&amp;nbsp;directly storing all the fields&amp;nbsp;of the ShippingProfile into the order at the time of the transaction... but that totally defeats the purpose of using CIM.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jan 2015 01:00:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-shipping-profiles-what-if-a-user-changes-a-shipping-profile/m-p/49222#M24821</guid>
      <dc:creator>grannas</dc:creator>
      <dc:date>2015-01-03T01:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: CIM... shipping profiles, what if a user changes a shipping profile after an order is placed?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-shipping-profiles-what-if-a-user-changes-a-shipping-profile/m-p/49223#M24822</link>
      <description>&lt;P&gt;You could get the shipping info from their shipping profile then populate the shipTo info on the transaction.&lt;/P&gt;&lt;P&gt;Although personally I would stored that on my database for each order.&lt;/P&gt;&lt;P&gt;And the same way with payment profile, stored the last 4 digit on my database for each order.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jan 2015 02:15:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-shipping-profiles-what-if-a-user-changes-a-shipping-profile/m-p/49223#M24822</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-01-03T02:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: CIM... shipping profiles, what if a user changes a shipping profile after an order is placed?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-shipping-profiles-what-if-a-user-changes-a-shipping-profile/m-p/49227#M24826</link>
      <description>&lt;P&gt;So...&amp;nbsp;is there a&amp;nbsp;purpose to store&amp;nbsp;shipping and billing addresses on CIM? Why not just use my app's db to store that information instead... I was thinking keeping all the data on CIM would be better for PCI compliance.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Would it make sense to just have an Address model and then use my database to store all users shipping and billing addresses.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm just not sure how i would allow them to edit a billing address, since it is&amp;nbsp;a part of a&amp;nbsp;payment profile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically I am trying to build a checkout&amp;nbsp;similar to amazon's UX.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jan 2015 03:11:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-shipping-profiles-what-if-a-user-changes-a-shipping-profile/m-p/49227#M24826</guid>
      <dc:creator>grannas</dc:creator>
      <dc:date>2015-01-03T03:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: CIM... shipping profiles, what if a user changes a shipping profile after an order is placed?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-shipping-profiles-what-if-a-user-changes-a-shipping-profile/m-p/49233#M24832</link>
      <description>&lt;P&gt;So...&amp;nbsp;is there a&amp;nbsp;purpose to store&amp;nbsp;shipping and billing addresses on CIM? Why not just use my app's db to store that information instead...&lt;/P&gt;&lt;P&gt;Don't know that is your call where to stored shipping address.You could use them for quick shipto selection, since they will be picking a payment anyway. Then stored the actual address on your database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was thinking keeping all the data on CIM would be better for PCI compliance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't think PCI have anythng about shipping info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm just not sure how i would allow them to edit a billing address, since it is&amp;nbsp;a part of a&amp;nbsp;payment profile.&lt;/P&gt;&lt;P&gt;Why does it matter where the billing address is?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically I am trying to build a checkout&amp;nbsp;similar to amazon's UX.&lt;/P&gt;&lt;P&gt;If you wanna be like amazon, pay more to be PCI compliance yourselves.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jan 2015 14:18:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-shipping-profiles-what-if-a-user-changes-a-shipping-profile/m-p/49233#M24832</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-01-03T14:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: CIM... shipping profiles, what if a user changes a shipping profile after an order is placed?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-shipping-profiles-what-if-a-user-changes-a-shipping-profile/m-p/49234#M24833</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Why does it matter where the billing address is?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Doesn't CIM use the billing address in the payment profile for (AVS) address verification?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-forum-message-main"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-20 lia-quilt-column-right lia-quilt-column-main-right"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;&lt;DIV class="lia-message-body lia-component-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;&lt;STRONG&gt;If you wanna be like amazon, pay more to be PCI compliance yourselves.&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-forum-message-footer"&gt;&amp;nbsp;This client does not have the budget for something like that, and they have been with authorize for 5-6 years so they want to stick with authorize.net&lt;/DIV&gt;</description>
      <pubDate>Sat, 03 Jan 2015 15:27:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-shipping-profiles-what-if-a-user-changes-a-shipping-profile/m-p/49234#M24833</guid>
      <dc:creator>grannas</dc:creator>
      <dc:date>2015-01-03T15:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: CIM... shipping profiles, what if a user changes a shipping profile after an order is placed?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-shipping-profiles-what-if-a-user-changes-a-shipping-profile/m-p/49235#M24834</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Why does it matter where the billing address is?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Doesn't CIM use the billing address in the payment profile for (AVS) address verification?&lt;/P&gt;&lt;P&gt;Yes, it does it when you create the transaction, but it doesn't matter if they change the billing address after ordering.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jan 2015 16:23:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-shipping-profiles-what-if-a-user-changes-a-shipping-profile/m-p/49235#M24834</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-01-03T16:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: CIM... shipping profiles, what if a user changes a shipping profile after an order is placed?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-shipping-profiles-what-if-a-user-changes-a-shipping-profile/m-p/49237#M24836</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Yes, it does it when you create the transaction, but it doesn't matter if they change the billing address after ordering.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So if they came back and ordered again, and changed the billing address, it won't check the billing address with AVS again and decline the card? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I guess it&amp;nbsp;wouldn't really matter if they changed it later, since entering it once would verify they are the proper owner of the card. Maybe i shouldn't even allow them to change the billing address after the payment profile is added initially&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jan 2015 18:31:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-shipping-profiles-what-if-a-user-changes-a-shipping-profile/m-p/49237#M24836</guid>
      <dc:creator>grannas</dc:creator>
      <dc:date>2015-01-03T18:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: CIM... shipping profiles, what if a user changes a shipping profile after an order is placed?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-shipping-profiles-what-if-a-user-changes-a-shipping-profile/m-p/49239#M24838</link>
      <description>&lt;P&gt;&lt;SPAN&gt;So if they came back and ordered again, and changed the billing address, it won't check the billing address with AVS again and decline the card? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It does it for every order, but it won't affect previous order.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jan 2015 18:57:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-shipping-profiles-what-if-a-user-changes-a-shipping-profile/m-p/49239#M24838</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-01-03T18:57:39Z</dc:date>
    </item>
  </channel>
</rss>

