<?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: More issues with CNP refunds in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/More-issues-with-CNP-refunds/m-p/62110#M36485</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19930"&gt;@8Ball&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can check the Error response code tool to get more information for 54 .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/responseCodes.html&amp;nbsp;&amp;nbsp;" target="_blank"&gt;https://developer.authorize.net/api/reference/responseCodes.html&amp;nbsp;&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="row border-bottom-gray"&gt;
&lt;P class="ng-binding"&gt;&lt;SPAN class="feature-item-title text-uppercase"&gt;CODE:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;54&lt;/P&gt;
&lt;P class="ng-binding"&gt;&lt;SPAN class="feature-item-title text-uppercase"&gt;EXPLANATION:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;The referenced transaction does not meet the criteria for issuing a credit.&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="row border-bottom-gray jsonData ng-scope"&gt;
&lt;P&gt;&lt;SPAN class="feature-item-title text-uppercase"&gt;INTEGRATION SUGGESTIONS:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ng-binding"&gt;The referenced transaction does not meet the criteria for issuing a credit. It may be unsettled, an invalid type, the wrong currency, an invalid reference transaction ID or settled more than 120 days ago.&lt;BR /&gt;&lt;BR /&gt;Consider applying for Expanded Credit-Return Capabilities if the merchant needs to refund transactions older than 120 days.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ng-binding"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ng-binding"&gt;If still questions i will suggest to contact our CS team .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ng-binding"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 14 Mar 2018 05:23:08 GMT</pubDate>
    <dc:creator>Anurag</dc:creator>
    <dc:date>2018-03-14T05:23:08Z</dc:date>
    <item>
      <title>More issues with CNP refunds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/More-issues-with-CNP-refunds/m-p/62092#M36467</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am attempting to issue a CNP refund using the following JSON:&lt;/P&gt;&lt;PRE&gt;{
	"createTransactionRequest":{
		"merchantAuthentication" {
			"name":"&amp;lt;NAME&amp;gt;",
			"transactionKey":"&amp;lt;KEY&amp;gt;"
		},
		"transactionRequest":{
			"transactionType":"refundTransaction",
			"amount":10.0,
			"payment":{
				"creditCard" {
					"cardNumber":"1234",
 					"expirationDate":"XXXX"
				}
			},
			"refTransId":"60992495427",
			"retail":{
				"marketType":"2",
				"deviceType":"5"
			}
		}
	}
}&lt;/PRE&gt;&lt;P&gt;The transaction 60992495427 was for $10.00 and has been settled successfully, but I get this response:&lt;/P&gt;&lt;PRE&gt;messages
    message      
        code: E00027
        text: The transaction was unsuccessful.
    resultCode: Error
transactionResponse
    accountNumber: 
    accountType: 
    authCode: 
    avsResultCode: P
    cvvResultCode: 
    errors      
        errorCode: 54
        errorText: The referenced transaction does not meet the criteria for issuing a credit.
    refTransID: 60992495427
    responseCode: 3
    shipTo
    testRequest: 0
    transHash: &amp;lt;HASH&amp;gt;
    transHashSha2: 
    transId: 0&lt;/PRE&gt;&lt;P&gt;What am I missing in my refund request? The originial TX was charged to a customer's stored payment information in the CIM system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 16:28:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/More-issues-with-CNP-refunds/m-p/62092#M36467</guid>
      <dc:creator>8Ball</dc:creator>
      <dc:date>2018-03-13T16:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: More issues with CNP refunds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/More-issues-with-CNP-refunds/m-p/62095#M36470</link>
      <description>&lt;P&gt;It is also worth noting that the original TX is less than 120 days old.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 18:11:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/More-issues-with-CNP-refunds/m-p/62095#M36470</guid>
      <dc:creator>8Ball</dc:creator>
      <dc:date>2018-03-13T18:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: More issues with CNP refunds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/More-issues-with-CNP-refunds/m-p/62110#M36485</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19930"&gt;@8Ball&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can check the Error response code tool to get more information for 54 .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/responseCodes.html&amp;nbsp;&amp;nbsp;" target="_blank"&gt;https://developer.authorize.net/api/reference/responseCodes.html&amp;nbsp;&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="row border-bottom-gray"&gt;
&lt;P class="ng-binding"&gt;&lt;SPAN class="feature-item-title text-uppercase"&gt;CODE:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;54&lt;/P&gt;
&lt;P class="ng-binding"&gt;&lt;SPAN class="feature-item-title text-uppercase"&gt;EXPLANATION:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;The referenced transaction does not meet the criteria for issuing a credit.&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="row border-bottom-gray jsonData ng-scope"&gt;
&lt;P&gt;&lt;SPAN class="feature-item-title text-uppercase"&gt;INTEGRATION SUGGESTIONS:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ng-binding"&gt;The referenced transaction does not meet the criteria for issuing a credit. It may be unsettled, an invalid type, the wrong currency, an invalid reference transaction ID or settled more than 120 days ago.&lt;BR /&gt;&lt;BR /&gt;Consider applying for Expanded Credit-Return Capabilities if the merchant needs to refund transactions older than 120 days.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ng-binding"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ng-binding"&gt;If still questions i will suggest to contact our CS team .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ng-binding"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 14 Mar 2018 05:23:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/More-issues-with-CNP-refunds/m-p/62110#M36485</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-03-14T05:23:08Z</dc:date>
    </item>
  </channel>
</rss>

