<?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 Can you help me with the field name to retrieve in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-you-help-me-with-the-field-name-to-retrieve/m-p/68346#M41576</link>
    <description>&lt;P&gt;I am using Redirect method in Accepted Host Payment. While generating the token, I am sending the merchant data using "userFields".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Code : /***************************************************************************/ userField[] userdata = new userField[6]; userdata[0] = new userField(); userdata[0].name = "merchantDefinedData1"; userdata[0].value = merchantDefinedData1; userdata[1] = new userField(); userdata[1].name = "merchantDefinedData2"; userdata[1].value = merchantDefinedData2; userdata[2] = new userField(); userdata[2].name = "merchantDefinedData3"; userdata[2].value = merchantDefinedData3; userdata[3] = new userField(); userdata[3].name = "merchantDefinedData4"; userdata[3].value = merchantDefinedData4; userdata[4] = new userField(); userdata[4].name = "merchantDefinedData5"; userdata[4].value = merchantDefinedData5; userdata[5] = new userField(); userdata[5].name = "merchantDefinedData6"; userdata[5].value = orderNo; var transactionRequest = new transactionRequestType { transactionType = transactionTypeEnum.authCaptureTransaction.ToString(), // authorize capture only amount = amount, amountSpecified = true, userFields = userdata }; /***************************************************************************/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The token generation, redirecting to payment page, showing receipt all are fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After showing the receipt, it is successfully coming back to my page. But here how to retrieve "userFields".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me with the field name to retrieve ?&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jul 2019 07:03:35 GMT</pubDate>
    <dc:creator>satheesh22</dc:creator>
    <dc:date>2019-07-10T07:03:35Z</dc:date>
    <item>
      <title>Can you help me with the field name to retrieve</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-you-help-me-with-the-field-name-to-retrieve/m-p/68346#M41576</link>
      <description>&lt;P&gt;I am using Redirect method in Accepted Host Payment. While generating the token, I am sending the merchant data using "userFields".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Code : /***************************************************************************/ userField[] userdata = new userField[6]; userdata[0] = new userField(); userdata[0].name = "merchantDefinedData1"; userdata[0].value = merchantDefinedData1; userdata[1] = new userField(); userdata[1].name = "merchantDefinedData2"; userdata[1].value = merchantDefinedData2; userdata[2] = new userField(); userdata[2].name = "merchantDefinedData3"; userdata[2].value = merchantDefinedData3; userdata[3] = new userField(); userdata[3].name = "merchantDefinedData4"; userdata[3].value = merchantDefinedData4; userdata[4] = new userField(); userdata[4].name = "merchantDefinedData5"; userdata[4].value = merchantDefinedData5; userdata[5] = new userField(); userdata[5].name = "merchantDefinedData6"; userdata[5].value = orderNo; var transactionRequest = new transactionRequestType { transactionType = transactionTypeEnum.authCaptureTransaction.ToString(), // authorize capture only amount = amount, amountSpecified = true, userFields = userdata }; /***************************************************************************/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The token generation, redirecting to payment page, showing receipt all are fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After showing the receipt, it is successfully coming back to my page. But here how to retrieve "userFields".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me with the field name to retrieve ?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 07:03:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-you-help-me-with-the-field-name-to-retrieve/m-p/68346#M41576</guid>
      <dc:creator>satheesh22</dc:creator>
      <dc:date>2019-07-10T07:03:35Z</dc:date>
    </item>
  </channel>
</rss>

