<?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: How to mark Card Code as 'required' on hosted payment information form? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-mark-Card-Code-as-required-on-hosted-payment-information/m-p/87580#M55113</link>
    <description>&lt;P&gt;Required fields are configured in the merchant account.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Sep 2023 19:13:56 GMT</pubDate>
    <dc:creator>marine2026</dc:creator>
    <dc:date>2023-09-14T19:13:56Z</dc:date>
    <item>
      <title>How to mark Card Code as 'required' on hosted payment information form?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-mark-Card-Code-as-required-on-hosted-payment-information/m-p/87565#M55102</link>
      <description>&lt;P&gt;I need Card Code value as required; CVV field does not have * marker and I can submit form without entering value.&lt;/P&gt;&lt;P&gt;Followed documentation for acceptjs (option 2)&amp;nbsp;&lt;A href="https://developer.authorize.net/api/reference/features/acceptjs.html" target="_self"&gt;https://developer.authorize.net/api/reference/features/acceptjs.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Section "Integrating the Hosted Payment Information Form" describes Button Input Parameters, but I do not see option for making CVV required.&lt;/P&gt;&lt;P&gt;Form snipped:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;script type="text/javascript"
    src="https://jstest.authorize.net/v3/AcceptUI.js"
    charset="utf-8"&amp;gt;
&amp;lt;/script&amp;gt;


&amp;lt;form id="paymentForm"
    method="POST"
    action="https://localhost/paymentProcessing"&amp;gt;
    &amp;lt;input type="hidden" name="dataValue" id="dataValue" /&amp;gt;
    &amp;lt;input type="hidden" name="dataDescriptor" id="dataDescriptor" /&amp;gt;
    &amp;lt;button type="button"
        class="AcceptUI"
        data-billingAddressOptions='{"show":true, "required":true}'
        data-apiLoginID="{masked}"
        data-clientKey="{masked}"
        data-acceptUIFormBtnTxt="Submit"
        data-acceptUIFormHeaderTxt="Card Information"
        data-paymentOptions='{"showCreditCard": true, "showBankAccount": false}'
        data-responseHandler="responseHandler"&amp;gt;Pay
    &amp;lt;/button&amp;gt;
&amp;lt;/form&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Form lightbox:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="valeksandrov_0-1694638605785.png" style="width: 400px;"&gt;&lt;img src="https://community.developer.cybersource.com/t5/image/serverpage/image-id/2447i4235B5703D69191A/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="valeksandrov_0-1694638605785.png" alt="valeksandrov_0-1694638605785.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 20:58:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-mark-Card-Code-as-required-on-hosted-payment-information/m-p/87565#M55102</guid>
      <dc:creator>valeksandrov</dc:creator>
      <dc:date>2023-09-13T20:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to mark Card Code as 'required' on hosted payment information form?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-mark-Card-Code-as-required-on-hosted-payment-information/m-p/87580#M55113</link>
      <description>&lt;P&gt;Required fields are configured in the merchant account.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 19:13:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-mark-Card-Code-as-required-on-hosted-payment-information/m-p/87580#M55113</guid>
      <dc:creator>marine2026</dc:creator>
      <dc:date>2023-09-14T19:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to mark Card Code as 'required' on hosted payment information form?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-mark-Card-Code-as-required-on-hosted-payment-information/m-p/87595#M55127</link>
      <description>&lt;P&gt;Settings&amp;nbsp;&lt;SPAN&gt;in the merchant account does not help. I had to add&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;data-billingAddressOptions='{"show":true, "required":true}'&lt;/PRE&gt;&lt;P&gt;to mark address field as requited.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 16:09:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-mark-Card-Code-as-required-on-hosted-payment-information/m-p/87595#M55127</guid>
      <dc:creator>valeksandrov</dc:creator>
      <dc:date>2023-09-15T16:09:47Z</dc:date>
    </item>
  </channel>
</rss>

