<?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 not being processed in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/card-code-not-being-processed/m-p/71544#M44061</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;A id="link_3" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.developer.authorize.net/t5/user/viewprofilepage/user-id/37319" target="_self"&gt;huwuhuyo&lt;/A&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;You have provided an example of a createCustomerProfileRequest, but are referencing capturing a previously authorized amount, which would use createTransactionRequest. You cannot use a createCustomerProfileRequest to capture a prior authorization.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Please find an example of capturing a prior authorization &lt;A href="https://developer.authorize.net/api/reference/index.html#payment-transactions-capture-a-previously-authorized-amount" target="_self"&gt;here.&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;You may also review charging an already existing customer profile, which allows you to include the card code value, &lt;A href="https://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-customer-profile" target="_self"&gt;here&lt;/A&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;I hope this is helpful to you in moving forward.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Regards,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Elaine&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Apr 2020 14:56:32 GMT</pubDate>
    <dc:creator>ElaineM</dc:creator>
    <dc:date>2020-04-14T14:56:32Z</dc:date>
    <item>
      <title>card code not being processed</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/card-code-not-being-processed/m-p/71516#M44038</link>
      <description>&lt;P class="p1"&gt;We’re having an issue (both on sandbox and on live) where it looks like the CCV (card code) isn’t being processed, even though it looks like we’re passing it in correctly when using createCustomerProfileRequest to capture a prior authorization.&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;When we look at the transactions in our account, the Card Code Status is always “Not Processed”.&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;In our sandbox account, I’ve set our settings to decline transactions if CCV is not processed, and all transactions are declined. (Note: I understand the card code won't be stored, but we want them to be processed [invalid codes being passed in are being authorized])&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Based on the docs, it looks like we’re passing it in correctly (I’ve tried using various validationMode values (liveMode, testMode, and none) with no change).&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Is there something else we’re missing? I’m including a sample (redacted) XML payload below:&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;createCustomerProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
    &amp;lt;merchantAuthentication&amp;gt;
        &amp;lt;name&amp;gt;**********&amp;lt;/name&amp;gt;
        &amp;lt;transactionKey&amp;gt;*******&amp;lt;/transactionKey&amp;gt;
    &amp;lt;/merchantAuthentication&amp;gt;
    &amp;lt;refId&amp;gt;20200413154524BRADY&amp;lt;/refId&amp;gt;
    &amp;lt;profile&amp;gt;
        &amp;lt;merchantCustomerId&amp;gt;0200413154524BRADY&amp;lt;/merchantCustomerId&amp;gt;
        &amp;lt;description&amp;gt;sbrady|foo&amp;lt;/description&amp;gt;
        &amp;lt;email&amp;gt;test@test.com&amp;lt;/email&amp;gt;
        &amp;lt;paymentProfiles&amp;gt;
            &amp;lt;billTo&amp;gt;
                &amp;lt;firstName&amp;gt;Scott&amp;lt;/firstName&amp;gt;
                &amp;lt;lastName&amp;gt;Brady&amp;lt;/lastName&amp;gt;
                &amp;lt;address&amp;gt;16015 Main St&amp;lt;/address&amp;gt;
                &amp;lt;city&amp;gt;Houston&amp;lt;/city&amp;gt;
                &amp;lt;state&amp;gt;TX&amp;lt;/state&amp;gt;
                &amp;lt;zip&amp;gt;77084-1234&amp;lt;/zip&amp;gt;
                &amp;lt;country&amp;gt;US&amp;lt;/country&amp;gt;
                &amp;lt;phoneNumber&amp;gt;123-123-1234&amp;lt;/phoneNumber&amp;gt;
            &amp;lt;/billTo&amp;gt;
            &amp;lt;payment&amp;gt;
                &amp;lt;creditCard&amp;gt;
                    &amp;lt;cardNumber&amp;gt;4111111111111111&amp;lt;/cardNumber&amp;gt;
                    &amp;lt;expirationDate&amp;gt;2020-12&amp;lt;/expirationDate&amp;gt;
                    &amp;lt;cardCode&amp;gt;123&amp;lt;/cardCode&amp;gt;
                &amp;lt;/creditCard&amp;gt;
            &amp;lt;/payment&amp;gt;
        &amp;lt;/paymentProfiles&amp;gt;
    &amp;lt;/profile&amp;gt;
    &amp;lt;validationMode&amp;gt;testMode&amp;lt;/validationMode&amp;gt;
&amp;lt;/createCustomerProfileRequest&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 08:49:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/card-code-not-being-processed/m-p/71516#M44038</guid>
      <dc:creator>huwuhuyo</dc:creator>
      <dc:date>2020-04-13T08:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: card code not being processed</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/card-code-not-being-processed/m-p/71544#M44061</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;A id="link_3" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.developer.authorize.net/t5/user/viewprofilepage/user-id/37319" target="_self"&gt;huwuhuyo&lt;/A&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;You have provided an example of a createCustomerProfileRequest, but are referencing capturing a previously authorized amount, which would use createTransactionRequest. You cannot use a createCustomerProfileRequest to capture a prior authorization.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Please find an example of capturing a prior authorization &lt;A href="https://developer.authorize.net/api/reference/index.html#payment-transactions-capture-a-previously-authorized-amount" target="_self"&gt;here.&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;You may also review charging an already existing customer profile, which allows you to include the card code value, &lt;A href="https://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-customer-profile" target="_self"&gt;here&lt;/A&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;I hope this is helpful to you in moving forward.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Regards,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Elaine&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 14:56:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/card-code-not-being-processed/m-p/71544#M44061</guid>
      <dc:creator>ElaineM</dc:creator>
      <dc:date>2020-04-14T14:56:32Z</dc:date>
    </item>
  </channel>
</rss>

