<?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 CIM CreateCustomerProfile data with non-ascii characters is not stored. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-CreateCustomerProfile-data-with-non-ascii-characters-is-not/m-p/47971#M24201</link>
    <description>&lt;P&gt;Recently we've been experiencing some problems with customers whose personal data contains non-ascii characters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More precisely, I find that making a call to&amp;nbsp;CreateCustomerProfile with UTF-8 encoded user data is problematic:&amp;nbsp;the call succeeds, but when I inspect the customer profile on the server (either by looking it up directly in my account page, or by calling&amp;nbsp;GetCustomerProfile) I find that the user&amp;nbsp;data is not there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below&amp;nbsp;is the XML for the CreateCustomerProfile. The values for firstName, lastName, address are UTF-8 encoded characters outside the ISO-8895-1 character set (Korean characters).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;1. Am I doing something wrong? Do I need to use a different encoding?&lt;/LI&gt;&lt;LI&gt;2. If not, can you give me some input as to what character sets are supported?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;SOAP-ENV:Envelope xmlns:SOAP-ENV="&lt;A href="http://schemas.xmlsoap.org/soap/envelope/&amp;quot;" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/"&lt;/A&gt; xmlns:ns0="&lt;A href="http://schemas.xmlsoap.org/soap/envelope/&amp;quot;" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/"&lt;/A&gt; xmlns:ns1="&lt;A href="https://api.authorize.net/soap/v1/&amp;quot;" target="_blank"&gt;https://api.authorize.net/soap/v1/"&lt;/A&gt; xmlns:xsi="&lt;A href="https://community.developer.cybersource.com/" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance"&amp;gt;&lt;/A&gt;
  &amp;lt;SOAP-ENV:Header /&amp;gt;
  &amp;lt;ns0:Body&amp;gt;
    &amp;lt;ns1:CreateCustomerProfile&amp;gt;
      &amp;lt;ns1:merchantAuthentication&amp;gt;
        &amp;lt;ns1:name&amp;gt;xxx&amp;lt;/ns1:name&amp;gt;
        &amp;lt;ns1:transactionKey&amp;gt;yyy&amp;lt;/ns1:transactionKey&amp;gt;
      &amp;lt;/ns1:merchantAuthentication&amp;gt;
      &amp;lt;ns1:profile&amp;gt;
        &amp;lt;ns1:merchantCustomerId&amp;gt;911c688b59864ce3bb53&amp;lt;/ns1:merchantCustomerId&amp;gt;
        &amp;lt;ns1:paymentProfiles&amp;gt;
          &amp;lt;ns1:CustomerPaymentProfileType&amp;gt;
            &amp;lt;ns1:customerType&amp;gt;individual&amp;lt;/ns1:customerType&amp;gt;
            &amp;lt;ns1:billTo&amp;gt;
              &amp;lt;ns1:firstName&amp;gt;\xec\x82\xbc&amp;lt;/ns1:firstName&amp;gt;
              &amp;lt;ns1:lastName&amp;gt;\xec\x8a\xb9&amp;lt;/ns1:lastName&amp;gt;
              &amp;lt;ns1:address&amp;gt;\xea\xb0\x95\xeb\x82\xa8&amp;lt;/ns1:address&amp;gt;
              &amp;lt;ns1:country&amp;gt;US&amp;lt;/ns1:country&amp;gt;
            &amp;lt;/ns1:billTo&amp;gt;
            &amp;lt;ns1:payment&amp;gt;
              &amp;lt;ns1:creditCard&amp;gt;
                &amp;lt;ns1:cardNumber&amp;gt;4111111111111111&amp;lt;/ns1:cardNumber&amp;gt;
                &amp;lt;ns1:expirationDate&amp;gt;2020-12&amp;lt;/ns1:expirationDate&amp;gt;
                &amp;lt;ns1:cardCode&amp;gt;123&amp;lt;/ns1:cardCode&amp;gt;
              &amp;lt;/ns1:creditCard&amp;gt;
            &amp;lt;/ns1:payment&amp;gt;
          &amp;lt;/ns1:CustomerPaymentProfileType&amp;gt;
        &amp;lt;/ns1:paymentProfiles&amp;gt;
      &amp;lt;/ns1:profile&amp;gt;
      &amp;lt;ns1:validationMode&amp;gt;none&amp;lt;/ns1:validationMode&amp;gt;
    &amp;lt;/ns1:CreateCustomerProfile&amp;gt;
  &amp;lt;/ns0:Body&amp;gt;
&amp;lt;/SOAP-ENV:Envelope&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Oct 2014 15:37:08 GMT</pubDate>
    <dc:creator>jvkersch</dc:creator>
    <dc:date>2014-10-16T15:37:08Z</dc:date>
    <item>
      <title>CIM CreateCustomerProfile data with non-ascii characters is not stored.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-CreateCustomerProfile-data-with-non-ascii-characters-is-not/m-p/47971#M24201</link>
      <description>&lt;P&gt;Recently we've been experiencing some problems with customers whose personal data contains non-ascii characters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More precisely, I find that making a call to&amp;nbsp;CreateCustomerProfile with UTF-8 encoded user data is problematic:&amp;nbsp;the call succeeds, but when I inspect the customer profile on the server (either by looking it up directly in my account page, or by calling&amp;nbsp;GetCustomerProfile) I find that the user&amp;nbsp;data is not there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below&amp;nbsp;is the XML for the CreateCustomerProfile. The values for firstName, lastName, address are UTF-8 encoded characters outside the ISO-8895-1 character set (Korean characters).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;1. Am I doing something wrong? Do I need to use a different encoding?&lt;/LI&gt;&lt;LI&gt;2. If not, can you give me some input as to what character sets are supported?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;SOAP-ENV:Envelope xmlns:SOAP-ENV="&lt;A href="http://schemas.xmlsoap.org/soap/envelope/&amp;quot;" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/"&lt;/A&gt; xmlns:ns0="&lt;A href="http://schemas.xmlsoap.org/soap/envelope/&amp;quot;" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/"&lt;/A&gt; xmlns:ns1="&lt;A href="https://api.authorize.net/soap/v1/&amp;quot;" target="_blank"&gt;https://api.authorize.net/soap/v1/"&lt;/A&gt; xmlns:xsi="&lt;A href="https://community.developer.cybersource.com/" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance"&amp;gt;&lt;/A&gt;
  &amp;lt;SOAP-ENV:Header /&amp;gt;
  &amp;lt;ns0:Body&amp;gt;
    &amp;lt;ns1:CreateCustomerProfile&amp;gt;
      &amp;lt;ns1:merchantAuthentication&amp;gt;
        &amp;lt;ns1:name&amp;gt;xxx&amp;lt;/ns1:name&amp;gt;
        &amp;lt;ns1:transactionKey&amp;gt;yyy&amp;lt;/ns1:transactionKey&amp;gt;
      &amp;lt;/ns1:merchantAuthentication&amp;gt;
      &amp;lt;ns1:profile&amp;gt;
        &amp;lt;ns1:merchantCustomerId&amp;gt;911c688b59864ce3bb53&amp;lt;/ns1:merchantCustomerId&amp;gt;
        &amp;lt;ns1:paymentProfiles&amp;gt;
          &amp;lt;ns1:CustomerPaymentProfileType&amp;gt;
            &amp;lt;ns1:customerType&amp;gt;individual&amp;lt;/ns1:customerType&amp;gt;
            &amp;lt;ns1:billTo&amp;gt;
              &amp;lt;ns1:firstName&amp;gt;\xec\x82\xbc&amp;lt;/ns1:firstName&amp;gt;
              &amp;lt;ns1:lastName&amp;gt;\xec\x8a\xb9&amp;lt;/ns1:lastName&amp;gt;
              &amp;lt;ns1:address&amp;gt;\xea\xb0\x95\xeb\x82\xa8&amp;lt;/ns1:address&amp;gt;
              &amp;lt;ns1:country&amp;gt;US&amp;lt;/ns1:country&amp;gt;
            &amp;lt;/ns1:billTo&amp;gt;
            &amp;lt;ns1:payment&amp;gt;
              &amp;lt;ns1:creditCard&amp;gt;
                &amp;lt;ns1:cardNumber&amp;gt;4111111111111111&amp;lt;/ns1:cardNumber&amp;gt;
                &amp;lt;ns1:expirationDate&amp;gt;2020-12&amp;lt;/ns1:expirationDate&amp;gt;
                &amp;lt;ns1:cardCode&amp;gt;123&amp;lt;/ns1:cardCode&amp;gt;
              &amp;lt;/ns1:creditCard&amp;gt;
            &amp;lt;/ns1:payment&amp;gt;
          &amp;lt;/ns1:CustomerPaymentProfileType&amp;gt;
        &amp;lt;/ns1:paymentProfiles&amp;gt;
      &amp;lt;/ns1:profile&amp;gt;
      &amp;lt;ns1:validationMode&amp;gt;none&amp;lt;/ns1:validationMode&amp;gt;
    &amp;lt;/ns1:CreateCustomerProfile&amp;gt;
  &amp;lt;/ns0:Body&amp;gt;
&amp;lt;/SOAP-ENV:Envelope&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2014 15:37:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-CreateCustomerProfile-data-with-non-ascii-characters-is-not/m-p/47971#M24201</guid>
      <dc:creator>jvkersch</dc:creator>
      <dc:date>2014-10-16T15:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: CIM CreateCustomerProfile data with non-ascii characters is not stored.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-CreateCustomerProfile-data-with-non-ascii-characters-is-not/m-p/47973#M24202</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/17317"&gt;@jvkersch&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We currently support&amp;nbsp;iso-8859-1 encoding. &amp;nbsp;I've reported this to our product team for support in a future release.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I'd recommend subscribing to this topic so that you'll be alerted via email if there are updates. To subscribe, click &lt;STRONG&gt;Topic Options&lt;/STRONG&gt; at the top of this thread and then select &lt;STRONG&gt;Subscribe&lt;/STRONG&gt;. You'll then receive an email once anyone replies to your post.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Richard&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2014 16:37:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-CreateCustomerProfile-data-with-non-ascii-characters-is-not/m-p/47973#M24202</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-10-16T16:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: CIM CreateCustomerProfile data with non-ascii characters is not stored.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-CreateCustomerProfile-data-with-non-ascii-characters-is-not/m-p/47987#M24209</link>
      <description>&lt;P&gt;Dear Richard,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the confirmation, this is good to know. Will definitely stay alert for future updates.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2014 21:10:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-CreateCustomerProfile-data-with-non-ascii-characters-is-not/m-p/47987#M24209</guid>
      <dc:creator>jvkersch</dc:creator>
      <dc:date>2014-10-16T21:10:05Z</dc:date>
    </item>
  </channel>
</rss>

