<?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 Payment Form - Fields In Accept hosted payment form in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Form-Fields-In-Accept-hosted-payment-form/m-p/64866#M38658</link>
    <description>&lt;P&gt;&amp;nbsp;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Want to ask you the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im trying to customize the hoster form from the merchant intarface (sandbox).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I go to account page and the find the link "Payment Form". But when I disabel some fields and whant to update the header or footer the change does not get reflected?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works for the accept hosted form?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;settingType[] settings = new settingType[7];&lt;/P&gt;&lt;P&gt;settings[0] = new settingType&lt;BR /&gt;{&lt;BR /&gt;settingName = settingNameEnum.hostedPaymentButtonOptions.ToString(),&lt;BR /&gt;settingValue = "{\"text\": \"Pay\"}"&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;settings[1] = new settingType&lt;BR /&gt;{&lt;BR /&gt;settingName = settingNameEnum.hostedPaymentOrderOptions.ToString(),&lt;BR /&gt;settingValue = "{\"show\": true}"&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;settings[2] = new settingType&lt;BR /&gt;{&lt;BR /&gt;settingName = settingNameEnum.hostedPaymentPaymentOptions.ToString(),&lt;BR /&gt;settingValue =&lt;BR /&gt;"{\"cardCodeRequired\": false, \"showCreditCard\": true, \"showBankAccount\": false}"&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;//hostedPaymentIFrameCommunicatorUrl&lt;BR /&gt;settings[3] = new settingType&lt;BR /&gt;{&lt;BR /&gt;settingName = settingNameEnum.hostedPaymentIFrameCommunicatorUrl.ToString(),&lt;BR /&gt;settingValue = "{\"url\": \"" + iframeUrl + "\"}"&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;//hostedPaymentReturnOptions&lt;BR /&gt;settings[4] = new settingType&lt;BR /&gt;{&lt;BR /&gt;settingName = settingNameEnum.hostedPaymentReturnOptions.ToString(),&lt;BR /&gt;settingValue = "{\"showReceipt\": false, \"cancelUrl\": \"" + iframeUrl +&lt;BR /&gt;"#action=cancel\", \"cancelUrlText\": \"Cancel\"}"&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;settings[5] = new settingType&lt;BR /&gt;{&lt;BR /&gt;settingName = settingNameEnum.hostedPaymentCustomerOptions.ToString(),&lt;BR /&gt;settingValue = "{\"showEmail\": false, \"requiredEmail\": false, \"addPaymentProfile\": true}"&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;settings[6] = new settingType&lt;BR /&gt;{&lt;BR /&gt;settingName = settingNameEnum.hostedPaymentBillingAddressOptions.ToString(),&lt;BR /&gt;settingValue = "{\"show\": true, \"required\": true}"&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This si how Im creating the form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;</description>
    <pubDate>Wed, 24 Oct 2018 17:55:56 GMT</pubDate>
    <dc:creator>mtarantooms01</dc:creator>
    <dc:date>2018-10-24T17:55:56Z</dc:date>
    <item>
      <title>Payment Form - Fields In Accept hosted payment form</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Form-Fields-In-Accept-hosted-payment-form/m-p/64866#M38658</link>
      <description>&lt;P&gt;&amp;nbsp;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Want to ask you the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im trying to customize the hoster form from the merchant intarface (sandbox).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I go to account page and the find the link "Payment Form". But when I disabel some fields and whant to update the header or footer the change does not get reflected?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works for the accept hosted form?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;settingType[] settings = new settingType[7];&lt;/P&gt;&lt;P&gt;settings[0] = new settingType&lt;BR /&gt;{&lt;BR /&gt;settingName = settingNameEnum.hostedPaymentButtonOptions.ToString(),&lt;BR /&gt;settingValue = "{\"text\": \"Pay\"}"&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;settings[1] = new settingType&lt;BR /&gt;{&lt;BR /&gt;settingName = settingNameEnum.hostedPaymentOrderOptions.ToString(),&lt;BR /&gt;settingValue = "{\"show\": true}"&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;settings[2] = new settingType&lt;BR /&gt;{&lt;BR /&gt;settingName = settingNameEnum.hostedPaymentPaymentOptions.ToString(),&lt;BR /&gt;settingValue =&lt;BR /&gt;"{\"cardCodeRequired\": false, \"showCreditCard\": true, \"showBankAccount\": false}"&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;//hostedPaymentIFrameCommunicatorUrl&lt;BR /&gt;settings[3] = new settingType&lt;BR /&gt;{&lt;BR /&gt;settingName = settingNameEnum.hostedPaymentIFrameCommunicatorUrl.ToString(),&lt;BR /&gt;settingValue = "{\"url\": \"" + iframeUrl + "\"}"&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;//hostedPaymentReturnOptions&lt;BR /&gt;settings[4] = new settingType&lt;BR /&gt;{&lt;BR /&gt;settingName = settingNameEnum.hostedPaymentReturnOptions.ToString(),&lt;BR /&gt;settingValue = "{\"showReceipt\": false, \"cancelUrl\": \"" + iframeUrl +&lt;BR /&gt;"#action=cancel\", \"cancelUrlText\": \"Cancel\"}"&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;settings[5] = new settingType&lt;BR /&gt;{&lt;BR /&gt;settingName = settingNameEnum.hostedPaymentCustomerOptions.ToString(),&lt;BR /&gt;settingValue = "{\"showEmail\": false, \"requiredEmail\": false, \"addPaymentProfile\": true}"&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;settings[6] = new settingType&lt;BR /&gt;{&lt;BR /&gt;settingName = settingNameEnum.hostedPaymentBillingAddressOptions.ToString(),&lt;BR /&gt;settingValue = "{\"show\": true, \"required\": true}"&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This si how Im creating the form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 17:55:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Form-Fields-In-Accept-hosted-payment-form/m-p/64866#M38658</guid>
      <dc:creator>mtarantooms01</dc:creator>
      <dc:date>2018-10-24T17:55:56Z</dc:date>
    </item>
  </channel>
</rss>

