<?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: Payment Profile Verification Always Fails for AMEX only in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-Verification-Always-Fails-for-AMEX-only/m-p/63816#M37854</link>
    <description>&lt;P&gt;I am currently having the same issue, what was the solution?&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jul 2018 14:32:43 GMT</pubDate>
    <dc:creator>User007</dc:creator>
    <dc:date>2018-07-20T14:32:43Z</dc:date>
    <item>
      <title>Payment Profile Verification Always Fails for AMEX only</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-Verification-Always-Fails-for-AMEX-only/m-p/61481#M35918</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use validationMode = liveMode when creating new payment profile. With this flag Authorize.net generates $0.00 test transaction for verification purposes. It works fine for Visa, Mastercard, but fails on every AMEX card we try. Still if you try to use card data directly to authorize payment it works. It seems to be something about the transaction that authorize.net generates to verify profile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the request (i replaced sensitive info) that is sent to api:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;createCustomerPaymentProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&amp;gt;
   &amp;lt;merchantAuthentication&amp;gt;
      &amp;lt;name&amp;gt;XXXXXXXXXXXX&amp;lt;/name&amp;gt;
      &amp;lt;transactionKey&amp;gt;XXXXXXXXXXXXXXXX&amp;lt;/transactionKey&amp;gt;
   &amp;lt;/merchantAuthentication&amp;gt;
   &amp;lt;clientId&amp;gt;sdk-dotnet-1.9.3&amp;lt;/clientId&amp;gt;
   &amp;lt;customerProfileId&amp;gt;XXXXXXXXX&amp;lt;/customerProfileId&amp;gt;
   &amp;lt;paymentProfile&amp;gt;
      &amp;lt;customerType&amp;gt;individual&amp;lt;/customerType&amp;gt;
      &amp;lt;billTo&amp;gt;
         &amp;lt;firstName&amp;gt;Oleksandr&amp;lt;/firstName&amp;gt;
         &amp;lt;lastName&amp;gt;Kozlov&amp;lt;/lastName&amp;gt;
         &amp;lt;company /&amp;gt;
         &amp;lt;address&amp;gt;XXX XXXXXXX XXX, XX&amp;lt;/address&amp;gt;
         &amp;lt;city&amp;gt;Cincinnati&amp;lt;/city&amp;gt;
         &amp;lt;state&amp;gt;OH&amp;lt;/state&amp;gt;
         &amp;lt;zip&amp;gt;XXXXX&amp;lt;/zip&amp;gt;
         &amp;lt;country&amp;gt;US&amp;lt;/country&amp;gt;
         &amp;lt;phoneNumber /&amp;gt;
         &amp;lt;faxNumber /&amp;gt;
         &amp;lt;email /&amp;gt;
      &amp;lt;/billTo&amp;gt;
      &amp;lt;payment&amp;gt;
         &amp;lt;creditCard&amp;gt;
            &amp;lt;cardNumber&amp;gt;XXXXXXXXXXXXXXX&amp;lt;/cardNumber&amp;gt;
            &amp;lt;expirationDate&amp;gt;2021-11&amp;lt;/expirationDate&amp;gt;
            &amp;lt;cardCode&amp;gt;XXXX&amp;lt;/cardCode&amp;gt;
         &amp;lt;/creditCard&amp;gt;
      &amp;lt;/payment&amp;gt;
   &amp;lt;/paymentProfile&amp;gt;
   &amp;lt;validationMode&amp;gt;liveMode&amp;lt;/validationMode&amp;gt;
&amp;lt;/createCustomerPaymentProfileRequest&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The response:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;createCustomerPaymentProfileResponse xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&amp;gt;
   &amp;lt;messages&amp;gt;
      &amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;
      &amp;lt;message&amp;gt;
         &amp;lt;code&amp;gt;E00027&amp;lt;/code&amp;gt;
         &amp;lt;text&amp;gt;This transaction has been declined.&amp;lt;/text&amp;gt;
      &amp;lt;/message&amp;gt;
   &amp;lt;/messages&amp;gt;
   &amp;lt;validationDirectResponse&amp;gt;2,2,65,This transaction has been declined.,,Y,XXXXXXXXXXX,none,Test transaction for ValidateCustomerPaymentProfile.,0.00,CC,auth_only,none,Oleksandr,Kozlov,,XXX XXXXXXx XXX, XX,Cincinnati,OH,45220,US,,,email@example.com,,,,,,,,,0.00,0.00,0.00,FALSE,none,2E13813F21D24B02301F696ACF681E16,P,,,,,,,,,,,,XXXX1008,American Express,,,,,,,,,,,,,,,,,&amp;lt;/validationDirectResponse&amp;gt;
&amp;lt;/createCustomerPaymentProfileResponse&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Transaction details:&lt;/P&gt;&lt;P&gt;&lt;A href="https://imageshack.com/a/img923/9888/zGJZY1.jpg" target="_self"&gt;https://imageshack.com/a/img923/9888/zGJZY1.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://imageshack.com/a/img924/1493/jZptaz.jpg" target="_self"&gt;https://imageshack.com/a/img924/1493/jZptaz.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For me it doesnt look like user is entering incoerrect CCV code. Because every single verification transaction failed and there were no successful transactions for AMEX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 16:26:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-Verification-Always-Fails-for-AMEX-only/m-p/61481#M35918</guid>
      <dc:creator>oleksandrkozlov</dc:creator>
      <dc:date>2018-02-02T16:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Payment Profile Verification Always Fails for AMEX only</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-Verification-Always-Fails-for-AMEX-only/m-p/61488#M35925</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Update:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I was able to reproduce the issue just by going to CIM and trying to create a profile with "&lt;SPAN&gt;Perform credit card authorization before saving data" checked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;While&amp;nbsp;chatting with&amp;nbsp;support team they indicated that Card Code Status is Not Processed (P). And recommended to turn it off... Which I'm not excited to do.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Did anyone else experience the problem?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 20:42:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-Verification-Always-Fails-for-AMEX-only/m-p/61488#M35925</guid>
      <dc:creator>oleksandrkozlov</dc:creator>
      <dc:date>2018-02-02T20:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Payment Profile Verification Always Fails for AMEX only</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-Verification-Always-Fails-for-AMEX-only/m-p/61489#M35926</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/23271"&gt;@oleksandrkozlov&lt;/a&gt;&amp;nbsp;Are you submitting this transaction in the sandbox or production?&amp;nbsp; If sandbox, please indicate the zipcode, it can potentially trigger specific responses.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 21:02:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-Verification-Always-Fails-for-AMEX-only/m-p/61489#M35926</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2018-02-02T21:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Payment Profile Verification Always Fails for AMEX only</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-Verification-Always-Fails-for-AMEX-only/m-p/61543#M35976</link>
      <description>&lt;P&gt;No, it was production environment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a temporary solution we disabled rejection of Not Processed statuses. Analysis shown that this response occurs only when validating profile for Amex.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 16:38:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-Verification-Always-Fails-for-AMEX-only/m-p/61543#M35976</guid>
      <dc:creator>oleksandrkozlov</dc:creator>
      <dc:date>2018-02-07T16:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Payment Profile Verification Always Fails for AMEX only</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-Verification-Always-Fails-for-AMEX-only/m-p/61544#M35977</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/23271"&gt;@oleksandrkozlov&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because this is an issue with your production gateway, please contact customer support and open a case.&amp;nbsp; You can reach them by phone at 877-447-3938.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 17:01:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-Verification-Always-Fails-for-AMEX-only/m-p/61544#M35977</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2018-02-07T17:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Payment Profile Verification Always Fails for AMEX only</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-Verification-Always-Fails-for-AMEX-only/m-p/63816#M37854</link>
      <description>&lt;P&gt;I am currently having the same issue, what was the solution?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 14:32:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-Verification-Always-Fails-for-AMEX-only/m-p/63816#M37854</guid>
      <dc:creator>User007</dc:creator>
      <dc:date>2018-07-20T14:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Payment Profile Verification Always Fails for AMEX only</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-Verification-Always-Fails-for-AMEX-only/m-p/63826#M37862</link>
      <description>&lt;P&gt;Hi User007,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is likely related to your merchant account, or perhaps another account setting you have in place, but in order to know for sure you will need to follow the previous direction provided by contacting our support staff so they may review your account.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Elaine&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 18:17:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-Profile-Verification-Always-Fails-for-AMEX-only/m-p/63826#M37862</guid>
      <dc:creator>ElaineM</dc:creator>
      <dc:date>2018-07-20T18:17:52Z</dc:date>
    </item>
  </channel>
</rss>

