<?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: Card code required in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-code-required/m-p/67445#M40850</link>
    <description>&lt;P&gt;Bumping for visiblity. Still looking for a resolution to this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're currently using the accept hosted forms for payment profiles. There is a CVV field within these forms. Is it possible to use the CVV field in this form for validation when creating an order/transaction?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.screencast.com/t/UZHIspICK" target="_blank"&gt;https://www.screencast.com/t/UZHIspICK&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Apr 2019 22:01:30 GMT</pubDate>
    <dc:creator>bwirgau</dc:creator>
    <dc:date>2019-04-18T22:01:30Z</dc:date>
    <item>
      <title>Card code required</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-code-required/m-p/66879#M40378</link>
      <description>&lt;P&gt;We're currently implementing accept customer forms using an Iframe and our client has recently made it so that the card code is required during checkout. We're continuing to see the error "E00027 Card code required" pop up error when an order is submitted. How should the card code be sent to the issuing bank for verification?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 14:10:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-code-required/m-p/66879#M40378</guid>
      <dc:creator>bwirgau</dc:creator>
      <dc:date>2019-03-12T14:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Card code required</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-code-required/m-p/67044#M40531</link>
      <description>&lt;P&gt;For reference, here's what were sending during the authorization&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;public function authorize($customerProfileId, $paymentProfileId, $amount, $orderId)
    {
        $authOnly = new AuthorizeNet_Cim_ProfileTransAuthOnlyType();
        $authOnly-&amp;gt;customerProfileId = $customerProfileId;
        $authOnly-&amp;gt;customerPaymentProfileId = $paymentProfileId;
        $authOnly-&amp;gt;amount = $amount;&lt;BR /&gt;        $authOnly-&amp;gt;cardCode = '111' //If cardCode is hardcoded, then authorization works
        $authOnly-&amp;gt;order = array();
        $authOnly-&amp;gt;order['invoiceNumber'] = $orderId;

        $trans = array();
        $trans['profileTransAuthOnly'] = $authOnly;

        $_request = new AuthorizeNet_Cim_CreateCustomerProfileTransaction();
        $_request-&amp;gt;transaction = $trans;

        $apiMethod = 'CreateCustomerProfileTransaction';
        $response = $this-&amp;gt;send($apiMethod, $_request);&lt;/PRE&gt;&lt;P&gt;I don't believe we should be sending the card code through here nor do I think we have the ability to with hosted forms. Is there another way to have the hosted forms send the card code for a transaction?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 16:07:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-code-required/m-p/67044#M40531</guid>
      <dc:creator>bwirgau</dc:creator>
      <dc:date>2019-03-19T16:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Card code required</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-code-required/m-p/67445#M40850</link>
      <description>&lt;P&gt;Bumping for visiblity. Still looking for a resolution to this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're currently using the accept hosted forms for payment profiles. There is a CVV field within these forms. Is it possible to use the CVV field in this form for validation when creating an order/transaction?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.screencast.com/t/UZHIspICK" target="_blank"&gt;https://www.screencast.com/t/UZHIspICK&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 22:01:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-code-required/m-p/67445#M40850</guid>
      <dc:creator>bwirgau</dc:creator>
      <dc:date>2019-04-18T22:01:30Z</dc:date>
    </item>
  </channel>
</rss>

