<?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: Can't validate or charge VISA or DISCOVER Cards  using CIM in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-t-validate-or-charge-VISA-or-DISCOVER-Cards-using-CIM/m-p/2372#M2123</link>
    <description>&lt;P&gt;OK I figured it out.&amp;nbsp; The problem was on our side. Due to the convulted Java Data API I was submitting the wrong expiration date.&amp;nbsp; It took forever to figure this out b/c the gateway was returning a response code of 2 with a sub response of 65.. which in the docs I read here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" rel="nofollow" href="http://developer.authorize.net/guides/SIM/Transaction_Response/Response_Reason_Codes_and_Response_Reason_Text.htm"&gt;http://developer.authorize.net/guides/SIM/Transaction_Response/Response_Reason_Codes_and_Response_Reason_Text.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it said:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"The transaction was declined because the merchant configured their account through the Merchant Interface to reject transactions with certain values for a Card Code mismatch"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That says to me I had a card code mismatch problem not and expiration date issue.. and it sill doesn't explain to me why MasterCards work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the good news is we figured it out by sniffing the soap evenlope usng BURP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Mar 2010 14:57:27 GMT</pubDate>
    <dc:creator>spshealy</dc:creator>
    <dc:date>2010-03-08T14:57:27Z</dc:date>
    <item>
      <title>Can't validate or charge VISA or DISCOVER Cards  using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-t-validate-or-charge-VISA-or-DISCOVER-Cards-using-CIM/m-p/2358#M2109</link>
      <description>&lt;P&gt;I am having the following problem and getting very little help from my MSP or Authorize.net when I call in.&amp;nbsp; Here's is what I know:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Background: Using CIM to store payment profiles.&amp;nbsp; Everything works fine on testapi.authroize.net.&amp;nbsp; Using soap calls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I goto into prod I am having problems validating VISA and Discover Cards using the createCustomerPaymentProfile api call with the a validation mode of liveMode.&amp;nbsp; I receive back a reason code of 65 (meaning the CCV code does not match). I am not having this problem with Mastercards.&amp;nbsp; I can process all card types through the virtual terminal.&amp;nbsp; My code path is the same no matter what the card type is.&amp;nbsp; I have also sniffed the soap call on the wire and I can see the correct information in the soap envelope(including card number and ccv).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I call support they tell me they are just returning what the processor is telling them(in this case my processor is TSYS) and imply the problem is on my side but can't offer any assistance in determining what the problem is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am perplexed as to how I can process all cards through there virtual terminal but can only process Mastercard through the CIM API..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have a clue what might be going on?&amp;nbsp; Any suggestion/hints are appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA,&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2010 16:31:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-t-validate-or-charge-VISA-or-DISCOVER-Cards-using-CIM/m-p/2358#M2109</guid>
      <dc:creator>spshealy</dc:creator>
      <dc:date>2010-03-06T16:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can't validate or charge VISA or DISCOVER Cards  using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-t-validate-or-charge-VISA-or-DISCOVER-Cards-using-CIM/m-p/2361#M2112</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What happens if you turn CCV verification off and process the transaction without the card code?&lt;/P&gt;&lt;P&gt;Also, have you tried "oldLiveMode" as opposed to "liveMode"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know what your results are.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;</description>
      <pubDate>Sun, 07 Mar 2010 22:07:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-t-validate-or-charge-VISA-or-DISCOVER-Cards-using-CIM/m-p/2361#M2112</guid>
      <dc:creator>soundcommerce</dc:creator>
      <dc:date>2010-03-07T22:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can't validate or charge VISA or DISCOVER Cards  using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-t-validate-or-charge-VISA-or-DISCOVER-Cards-using-CIM/m-p/2372#M2123</link>
      <description>&lt;P&gt;OK I figured it out.&amp;nbsp; The problem was on our side. Due to the convulted Java Data API I was submitting the wrong expiration date.&amp;nbsp; It took forever to figure this out b/c the gateway was returning a response code of 2 with a sub response of 65.. which in the docs I read here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" rel="nofollow" href="http://developer.authorize.net/guides/SIM/Transaction_Response/Response_Reason_Codes_and_Response_Reason_Text.htm"&gt;http://developer.authorize.net/guides/SIM/Transaction_Response/Response_Reason_Codes_and_Response_Reason_Text.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it said:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"The transaction was declined because the merchant configured their account through the Merchant Interface to reject transactions with certain values for a Card Code mismatch"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That says to me I had a card code mismatch problem not and expiration date issue.. and it sill doesn't explain to me why MasterCards work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the good news is we figured it out by sniffing the soap evenlope usng BURP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2010 14:57:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-t-validate-or-charge-VISA-or-DISCOVER-Cards-using-CIM/m-p/2372#M2123</guid>
      <dc:creator>spshealy</dc:creator>
      <dc:date>2010-03-08T14:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can't validate or charge VISA or DISCOVER Cards  using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-t-validate-or-charge-VISA-or-DISCOVER-Cards-using-CIM/m-p/2373#M2124</link>
      <description>&lt;P&gt;Hello spshealy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Glad you were able to figure it out and share your findings with the community!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2010 15:01:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-t-validate-or-charge-VISA-or-DISCOVER-Cards-using-CIM/m-p/2373#M2124</guid>
      <dc:creator>soundcommerce</dc:creator>
      <dc:date>2010-03-08T15:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can't validate or charge VISA or DISCOVER Cards  using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-t-validate-or-charge-VISA-or-DISCOVER-Cards-using-CIM/m-p/28446#M14986</link>
      <description>&lt;P&gt;Am i the only one thinking this is a bug in the system? It should fail invalid expiration date not Credit Card mismatch. I'm running into the exact same issue right now and cannot find an explanation.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2012 15:34:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-t-validate-or-charge-VISA-or-DISCOVER-Cards-using-CIM/m-p/28446#M14986</guid>
      <dc:creator>sakopov</dc:creator>
      <dc:date>2012-08-02T15:34:35Z</dc:date>
    </item>
  </channel>
</rss>

