<?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 get more error details for declines? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-more-error-details-for-declines/m-p/61187#M35677</link>
    <description>&lt;P&gt;The error code you are seeing is correct for 2. We shall try to add more details for 2 in other suggestions as shown for 4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For 2:&lt;/P&gt;&lt;PRE&gt;{
		"code" : "2",
		"text" : "This transaction has been declined.",
		"integration_suggestions" : "", 
		"other_suggestions" : ""
	},&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;For 4:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
		"code" : "4",
		"text" : "This transaction has been declined.",
		"integration_suggestions" : "", 
		"other_suggestions" : "The code returned from the processor indicating that the card used needs to be picked up."
	},&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jan 2018 14:29:48 GMT</pubDate>
    <dc:creator>rajiyer</dc:creator>
    <dc:date>2018-01-11T14:29:48Z</dc:date>
    <item>
      <title>How to get more error details for declines?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-more-error-details-for-declines/m-p/55138#M30071</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the details of the error received in the response are not the same (not same level of description) with those the client gets&amp;nbsp;at his merchant dashborard report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is all that I receive as an error:&lt;/P&gt;&lt;P&gt;&amp;lt;errors&amp;gt;&amp;lt;error&amp;gt;&amp;lt;errorCode&amp;gt;2&amp;lt;/errorCode&amp;gt;&amp;lt;errorText&amp;gt;This transaction has been declined.&amp;lt;/errorText&amp;gt;&amp;lt;/error&amp;gt;&amp;lt;/errors&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this is what the client looks at the report for the same transaction attempt:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://prntscr.com/bpithr" target="_blank"&gt;http://prntscr.com/bpithr&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where it says - " Transaction status: Declined &lt;STRONG&gt;(Card declined by issuer - Contact card issuer to determine reason.)&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get the extra detail:&amp;nbsp;&lt;SPAN&gt;(Card declined by issuer - Contact card issuer to determine reason.) ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've been looking at the response codes&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://developer.authorize.net/api/reference/dist/json/responseCodes.json" target="_blank"&gt;http://developer.authorize.net/api/reference/dist/json/responseCodes.json&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but by the code "2" it is the same explanation that I've got in the response:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;	{
		"code" : "2",
		"text" : "This transaction has been declined.",
		"integration_suggestions" : "", 
		"other_suggestions" : ""
	}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice is highly appreciated,&lt;/P&gt;&lt;P&gt;and thanks in Advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 13:06:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-more-error-details-for-declines/m-p/55138#M30071</guid>
      <dc:creator>msauthorize</dc:creator>
      <dc:date>2016-07-08T13:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get more error details for declines?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-more-error-details-for-declines/m-p/55140#M30073</link>
      <description>&lt;P&gt;Just like the error said, you need to contact&amp;nbsp;card issuer.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 14:10:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-more-error-details-for-declines/m-p/55140#M30073</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-07-08T14:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get more error details for declines?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-more-error-details-for-declines/m-p/55156#M30088</link>
      <description>&lt;P&gt;Thank You for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;My question was, how to get the same message that Authorize.Net displays to the client from the merchant dashboard?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This message in the XML response (the bolded):&lt;/P&gt;&lt;P&gt;&amp;lt;errors&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;error&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;errorCode&amp;gt;2&amp;lt;/errorCode&amp;gt;&amp;lt;errorText&amp;gt;&lt;STRONG&gt;This transaction has been declined.&lt;/STRONG&gt;&amp;lt;/errorText&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/error&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/errors&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is very different than this message from the dashboard:&lt;/P&gt;&lt;P&gt;&amp;nbsp;Transaction status: Declined &lt;STRONG&gt;(Card declined by issuer - Contact card issuer to determine reason.)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why is Authorize.Net displaying/prividing 2 different messages (with different details) for the same transaction?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The dashboard message and the message received in the XML response have to be the same for a unique&amp;nbsp;transaction, which is not the case. When the client compares the messages for the same transaction, there shouldn't be any difference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2016 11:25:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-more-error-details-for-declines/m-p/55156#M30088</guid>
      <dc:creator>msauthorize</dc:creator>
      <dc:date>2016-07-09T11:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get more error details for declines?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-more-error-details-for-declines/m-p/61052#M35558</link>
      <description>&lt;P&gt;Hello, how did you resolve this issue please?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 18:31:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-more-error-details-for-declines/m-p/61052#M35558</guid>
      <dc:creator>sfgbpotts1595</dc:creator>
      <dc:date>2018-01-03T18:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get more error details for declines?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-more-error-details-for-declines/m-p/61182#M35672</link>
      <description>&lt;P&gt;All this site is not working anyone more did you know the reason ??? any solution?? Thanks in advanced&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://tweakbox-app.org" target="_self"&gt;tweakbox app&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://gameguardianapp.com" target="_self"&gt;gameguardian app&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://tweakbox-app.org" target="_self"&gt;tweakbox&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 07:01:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-more-error-details-for-declines/m-p/61182#M35672</guid>
      <dc:creator>iosman</dc:creator>
      <dc:date>2018-01-11T07:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get more error details for declines?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-more-error-details-for-declines/m-p/61187#M35677</link>
      <description>&lt;P&gt;The error code you are seeing is correct for 2. We shall try to add more details for 2 in other suggestions as shown for 4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For 2:&lt;/P&gt;&lt;PRE&gt;{
		"code" : "2",
		"text" : "This transaction has been declined.",
		"integration_suggestions" : "", 
		"other_suggestions" : ""
	},&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;For 4:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
		"code" : "4",
		"text" : "This transaction has been declined.",
		"integration_suggestions" : "", 
		"other_suggestions" : "The code returned from the processor indicating that the card used needs to be picked up."
	},&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 14:29:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-get-more-error-details-for-declines/m-p/61187#M35677</guid>
      <dc:creator>rajiyer</dc:creator>
      <dc:date>2018-01-11T14:29:48Z</dc:date>
    </item>
  </channel>
</rss>

