<?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: Issue with Accept Hosted / Customer Profiles when billing / shipping addresses are required in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-Accept-Hosted-Customer-Profiles-when-billing-shipping/m-p/74580#M46381</link>
    <description>&lt;P&gt;the whole discussion helped me a lot thanks for the info&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mybkexperiences.info/" target="_blank" rel="noopener"&gt;click to like&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="http://mybkexperience.club/" target="_blank" rel="noopener"&gt;kudos&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="http://mybkexperience.info" target="_blank" rel="noopener"&gt;thanks again&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jan 2021 06:43:03 GMT</pubDate>
    <dc:creator>dexterm77</dc:creator>
    <dc:date>2021-01-05T06:43:03Z</dc:date>
    <item>
      <title>Issue with Accept Hosted / Customer Profiles when billing / shipping addresses are required</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-Accept-Hosted-Customer-Profiles-when-billing-shipping/m-p/74420#M46245</link>
      <description>&lt;P&gt;Hi - I'm using the accept hosted iframe form with customer profiles enabled. Shipping / billing addresses are visible and required in the hosted form account settings. When a user makes a payment they are given the option to store their payment information and this all works fine for the initial payment. However, if a user then attempts to make a second payment and elects to use their stored payment information, a red validation message indicating that shipping information is missing appears. Since they elected to use saved payment information, no shipping / billing info shows up on the form and they have no way to submit or edit this information (which I assume is stored in the customer profile anyway). How do&amp;nbsp; I allow the customer to pay using their stored payment information in this situation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 14:41:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-Accept-Hosted-Customer-Profiles-when-billing-shipping/m-p/74420#M46245</guid>
      <dc:creator>krazzy</dc:creator>
      <dc:date>2020-12-22T14:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Accept Hosted / Customer Profiles when billing / shipping addresses are required</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-Accept-Hosted-Customer-Profiles-when-billing-shipping/m-p/74500#M46309</link>
      <description>&lt;P&gt;I went a little further with this. The exact error message is "Ship To First Name is Required". I've confirmed that there IS shipping address associated with the CIM data for the user making the paymnet. I've tried several things including:&lt;/P&gt;&lt;P&gt;1) Creating the shipping information using accept suite.&lt;/P&gt;&lt;P&gt;2) Setting the shipping profile as default.&lt;/P&gt;&lt;P&gt;3) Setting shipping to not required when making the getHostedPaymentPage call (keep in mind that my client says that this MUST be required in the account hosted payment settings so I can't change this).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still receive the same error.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2020 14:22:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-Accept-Hosted-Customer-Profiles-when-billing-shipping/m-p/74500#M46309</guid>
      <dc:creator>krazzy</dc:creator>
      <dc:date>2020-12-30T14:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Accept Hosted / Customer Profiles when billing / shipping addresses are required</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-Accept-Hosted-Customer-Profiles-when-billing-shipping/m-p/74554#M46357</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each customer profile that is created is automatically assigned a Customer Profile ID, along with a Payment Profile ID for each payment method, and if applicable, a &lt;STRONG&gt;Shipping Profile ID&lt;/STRONG&gt; for any shipping addresses. If they have entered incomplete information, they can update the profile at any time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To create a customer shipping address, you would use a &lt;SPAN class="hljs-attr"&gt;createCustomerShippingAddressReques&lt;/SPAN&gt;t API call with the &lt;SPAN class="hljs-attr"&gt;customerProfileId&lt;/SPAN&gt;:&lt;/P&gt;&lt;PRE&gt;{
    &lt;SPAN class="hljs-attr"&gt;"createCustomerShippingAddressRequest"&lt;/SPAN&gt;: {
        &lt;SPAN class="hljs-attr"&gt;"merchantAuthentication"&lt;/SPAN&gt;: {
            &lt;SPAN class="hljs-attr"&gt;"name"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"xxxxxxx"&lt;/SPAN&gt;,
            &lt;SPAN class="hljs-attr"&gt;"transactionKey"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"xxxxxxxxx"&lt;/SPAN&gt;
        },
        &lt;SPAN class="hljs-attr"&gt;"customerProfileId"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"10000"&lt;/SPAN&gt;,
        &lt;SPAN class="hljs-attr"&gt;"address"&lt;/SPAN&gt;: {
            &lt;SPAN class="hljs-attr"&gt;"firstName"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"Mary"&lt;/SPAN&gt;,
            &lt;SPAN class="hljs-attr"&gt;"lastName"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"Smith"&lt;/SPAN&gt;,
            &lt;SPAN class="hljs-attr"&gt;"company"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;""&lt;/SPAN&gt;,
            &lt;SPAN class="hljs-attr"&gt;"address"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"123 Main St."&lt;/SPAN&gt;,
            &lt;SPAN class="hljs-attr"&gt;"city"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"Bellevue"&lt;/SPAN&gt;,
            &lt;SPAN class="hljs-attr"&gt;"state"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"WA"&lt;/SPAN&gt;,
            &lt;SPAN class="hljs-attr"&gt;"zip"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"98004"&lt;/SPAN&gt;,
            &lt;SPAN class="hljs-attr"&gt;"country"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"USA"&lt;/SPAN&gt;,
            &lt;SPAN class="hljs-attr"&gt;"phoneNumber"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"000-000-0000"&lt;/SPAN&gt;,
            &lt;SPAN class="hljs-attr"&gt;"faxNumber"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;""&lt;/SPAN&gt;
        },
        &lt;SPAN class="hljs-attr"&gt;"defaultShippingAddress"&lt;/SPAN&gt;: &lt;SPAN class="hljs-literal"&gt;true&lt;/SPAN&gt;
    }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Updating a customer's shipping address is done with an &lt;SPAN class="hljs-attr"&gt;updateCustomerShippingAddressRequest&lt;/SPAN&gt; API call. The relevant JSON is below:&lt;/P&gt;&lt;PRE&gt;{
    &lt;SPAN class="hljs-attr"&gt;"updateCustomerShippingAddressRequest"&lt;/SPAN&gt;: {
        &lt;SPAN class="hljs-attr"&gt;"merchantAuthentication"&lt;/SPAN&gt;: {
            &lt;SPAN class="hljs-attr"&gt;"name"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"XXXXXXX"&lt;/SPAN&gt;,
            &lt;SPAN class="hljs-attr"&gt;"transactionKey"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"XXXXXXX"&lt;/SPAN&gt;
        },
        &lt;SPAN class="hljs-attr"&gt;"customerProfileId"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"10000"&lt;/SPAN&gt;,
        &lt;SPAN class="hljs-attr"&gt;"address"&lt;/SPAN&gt;: {
            &lt;SPAN class="hljs-attr"&gt;"firstName"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"Mary"&lt;/SPAN&gt;,
            &lt;SPAN class="hljs-attr"&gt;"lastName"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"Smith"&lt;/SPAN&gt;,
            &lt;SPAN class="hljs-attr"&gt;"company"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;""&lt;/SPAN&gt;,
            &lt;SPAN class="hljs-attr"&gt;"address"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"123 Main St."&lt;/SPAN&gt;,
            &lt;SPAN class="hljs-attr"&gt;"city"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"Bellevue"&lt;/SPAN&gt;,
            &lt;SPAN class="hljs-attr"&gt;"state"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"WA"&lt;/SPAN&gt;,
            &lt;SPAN class="hljs-attr"&gt;"zip"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"98004"&lt;/SPAN&gt;,
            &lt;SPAN class="hljs-attr"&gt;"country"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"USA"&lt;/SPAN&gt;,
            &lt;SPAN class="hljs-attr"&gt;"phoneNumber"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"000-000-0000"&lt;/SPAN&gt;,
            &lt;SPAN class="hljs-attr"&gt;"faxNumber"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;""&lt;/SPAN&gt;,
            &lt;SPAN class="hljs-attr"&gt;"customerAddressId"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"30000"&lt;/SPAN&gt;
        },
        &lt;SPAN class="hljs-attr"&gt;"defaultShippingAddress"&lt;/SPAN&gt;: &lt;SPAN class="hljs-literal"&gt;true&lt;/SPAN&gt;
    }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 10:28:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-Accept-Hosted-Customer-Profiles-when-billing-shipping/m-p/74554#M46357</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2021-01-04T10:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Accept Hosted / Customer Profiles when billing / shipping addresses are required</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-Accept-Hosted-Customer-Profiles-when-billing-shipping/m-p/74572#M46374</link>
      <description>&lt;P&gt;Hi - thank you very much for your response. The problem I'm running into is that the customer profile DOES have a shipping address associated with it and the hosted payment form STILL fails with "Shipping First Name is required" message.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 19:36:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-Accept-Hosted-Customer-Profiles-when-billing-shipping/m-p/74572#M46374</guid>
      <dc:creator>krazzy</dc:creator>
      <dc:date>2021-01-04T19:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Accept Hosted / Customer Profiles when billing / shipping addresses are required</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-Accept-Hosted-Customer-Profiles-when-billing-shipping/m-p/74573#M46375</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there First Name values associated with all of the shipping addresses? And are you calling the hosted payment page with the customerProfileId?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried? :&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hljs-attr"&gt;"settingName"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"hostedPaymentShippingAddressOptions"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"settingValue"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"{\"show\": true, \"required\": true}&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 19:53:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-Accept-Hosted-Customer-Profiles-when-billing-shipping/m-p/74573#M46375</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2021-01-04T19:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Accept Hosted / Customer Profiles when billing / shipping addresses are required</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-Accept-Hosted-Customer-Profiles-when-billing-shipping/m-p/74580#M46381</link>
      <description>&lt;P&gt;the whole discussion helped me a lot thanks for the info&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mybkexperiences.info/" target="_blank" rel="noopener"&gt;click to like&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="http://mybkexperience.club/" target="_blank" rel="noopener"&gt;kudos&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="http://mybkexperience.info" target="_blank" rel="noopener"&gt;thanks again&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 06:43:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-Accept-Hosted-Customer-Profiles-when-billing-shipping/m-p/74580#M46381</guid>
      <dc:creator>dexterm77</dc:creator>
      <dc:date>2021-01-05T06:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Accept Hosted / Customer Profiles when billing / shipping addresses are required</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-Accept-Hosted-Customer-Profiles-when-billing-shipping/m-p/74587#M46388</link>
      <description>&lt;P&gt;There is full shipping information (first name, last name, address) associated with the shipping profile. I am specifying the customer profile id in my getHostedPaymentPage request and also specifying that both billing and shipping address are required (these are both also required in the hosted form configuration of the account). The error only occurs when the user selects a saved payment method - the transaction succeeds if they manually enter all information every time.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 14:17:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-Accept-Hosted-Customer-Profiles-when-billing-shipping/m-p/74587#M46388</guid>
      <dc:creator>krazzy</dc:creator>
      <dc:date>2021-01-05T14:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Accept Hosted / Customer Profiles when billing / shipping addresses are required</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-Accept-Hosted-Customer-Profiles-when-billing-shipping/m-p/74659#M46446</link>
      <description>&lt;P&gt;After a couple of support calls and some experimentation - so as far as I can tell - the accept hosted form just does not support using saved payment methods with shipping addresses required. It appears that the transactions that are created when selecting saved payment methods are created with no shipping address and requiring it in the hosted form configuration settings rightly raises a validation error. At this point it seems I'll have to create ui on my side to handle this situation. Thanks for the help and if anyone has any other ideas I'm all ears.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 21:59:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Issue-with-Accept-Hosted-Customer-Profiles-when-billing-shipping/m-p/74659#M46446</guid>
      <dc:creator>krazzy</dc:creator>
      <dc:date>2021-01-11T21:59:00Z</dc:date>
    </item>
  </channel>
</rss>

