<?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: Accept Hosted iFrame userFields error in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-iFrame-userFields-error/m-p/64126#M38106</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/25053"&gt;@ashish1871&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even though the SDK includes methods to set and get custom User fields, also&amp;nbsp;known as Merchant Defined fields, the new API does not handle them. (&lt;A href="https://community.developer.authorize.net/t5/Integration-and-Testing/Accept-Hosted-in-iFrame-ANY-way-to-retrieve-merchant-defined/m-p/63077#M37275" target="_self"&gt;see this thread&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is interesting that attempting to include them now produces an error. That is better than what was happening previously, which is that the fields and their values simply disappeared into the ether, never to return, leading to some serious head scratching.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Aug 2018 23:15:57 GMT</pubDate>
    <dc:creator>coppercup</dc:creator>
    <dc:date>2018-08-10T23:15:57Z</dc:date>
    <item>
      <title>Accept Hosted iFrame userFields error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-iFrame-userFields-error/m-p/63637#M37711</link>
      <description>&lt;P&gt;I'm trying to use "userFields" in&amp;nbsp;&lt;EM&gt;createTransactionRequest of&lt;/EM&gt; Accept hosted iFrame form to send and recieve data back after the transaction is completed. I keep getting "Unexpected Error. Please try again" message when I submit the form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{"resultCode":"Error","messageCode":"E00001","messageText":"Unexpected error. Please try again.","token":null,"transactionData":null,"userFields":null,"createPaymentProfileResponse":null}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the code snipet from my java code.&lt;/P&gt;&lt;PRE&gt;        UserFields userFields = new UserFields();
        UserField usField = new UserField();
        usField.setName("TestUserFieldName");
        usField.setValue("TestUserFieldValus");
        userFields.getUserField().add(usField);&lt;BR /&gt;&lt;BR /&gt;        TransactionRequestType txnRequest = new TransactionRequestType();&lt;BR /&gt;        txnRequest.setUserFields(userFields);&lt;/PRE&gt;&lt;P&gt;Am I missing something?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 19:31:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-iFrame-userFields-error/m-p/63637#M37711</guid>
      <dc:creator>ashish1871</dc:creator>
      <dc:date>2018-07-10T19:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted iFrame userFields error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-iFrame-userFields-error/m-p/63650#M37721</link>
      <description>&lt;P&gt;Does it work when you do not include the user fields?&amp;nbsp; I just tested same (not in java) and worked fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 17:28:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-iFrame-userFields-error/m-p/63650#M37721</guid>
      <dc:creator>brianmc</dc:creator>
      <dc:date>2018-07-11T17:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted iFrame userFields error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-iFrame-userFields-error/m-p/63837#M37873</link>
      <description>&lt;P&gt;Yes, it works correctly when I do not include userFields in my transactionRequest.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 21:32:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-iFrame-userFields-error/m-p/63837#M37873</guid>
      <dc:creator>ashish1871</dc:creator>
      <dc:date>2018-07-20T21:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Accept Hosted iFrame userFields error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-iFrame-userFields-error/m-p/64126#M38106</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/25053"&gt;@ashish1871&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even though the SDK includes methods to set and get custom User fields, also&amp;nbsp;known as Merchant Defined fields, the new API does not handle them. (&lt;A href="https://community.developer.authorize.net/t5/Integration-and-Testing/Accept-Hosted-in-iFrame-ANY-way-to-retrieve-merchant-defined/m-p/63077#M37275" target="_self"&gt;see this thread&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is interesting that attempting to include them now produces an error. That is better than what was happening previously, which is that the fields and their values simply disappeared into the ether, never to return, leading to some serious head scratching.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 23:15:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-Hosted-iFrame-userFields-error/m-p/64126#M38106</guid>
      <dc:creator>coppercup</dc:creator>
      <dc:date>2018-08-10T23:15:57Z</dc:date>
    </item>
  </channel>
</rss>

