<?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: AIM Refund API Error, Please hlep me in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Refund-API-Error-Please-hlep-me/m-p/55272#M30186</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;A id="link_1" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20358" target="_self"&gt;parkbear01&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;The transaction ID in question that you are trying to refund&amp;nbsp;2261391716 has not settled yet. It is still in Captured/Pending Settlement state. It is important to know that you can only run a refund if the transaction has settled successfully . Settlement happens once a day during your transaction cut off time which you can check under your Account Settings. You can check this &lt;A href="https://support.authorize.net/authkb/index?page=content&amp;amp;id=A375&amp;amp;actp=search&amp;amp;viewlocale=en_US&amp;amp;searchid=1469213058521" target="_blank"&gt;article&lt;/A&gt; for the requirements when processing &amp;nbsp;a refund.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Joy&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jul 2016 18:48:34 GMT</pubDate>
    <dc:creator>Joy</dc:creator>
    <dc:date>2016-07-22T18:48:34Z</dc:date>
    <item>
      <title>AIM Refund API Error, Please hlep me</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Refund-API-Error-Please-hlep-me/m-p/55259#M30175</link>
      <description>&lt;P&gt;Hi. I'm testing AIM refund API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I made an &amp;nbsp;&lt;SPAN&gt;authCaptureTransaction and it was settled successfully. I checked it on&amp;nbsp;sandbox.authorize.net settled transactions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;whenever I make a call, I get "The referenced transaction does not meet the criteria for issuing a credit." error.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;createTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
	&amp;lt;merchantAuthentication&amp;gt;
		&amp;lt;name&amp;gt;4XdaJ4d7hL&amp;lt;/name&amp;gt;
		&amp;lt;transactionKey&amp;gt;XXXXXXXXXXXXX&amp;lt;/transactionKey&amp;gt;
	&amp;lt;/merchantAuthentication&amp;gt;
	&amp;lt;refId&amp;gt;123456&amp;lt;/refId&amp;gt;
	&amp;lt;transactionRequest&amp;gt;
		&amp;lt;transactionType&amp;gt;refundTransaction&amp;lt;/transactionType&amp;gt;
		&amp;lt;amount&amp;gt;5.00&amp;lt;/amount&amp;gt;
		&amp;lt;payment&amp;gt;
			&amp;lt;creditCard&amp;gt;
				&amp;lt;cardNumber&amp;gt;0015&amp;lt;/cardNumber&amp;gt;
				&amp;lt;expirationDate&amp;gt;XXXX&amp;lt;/expirationDate&amp;gt;
			&amp;lt;/creditCard&amp;gt;
		&amp;lt;/payment&amp;gt;
		&amp;lt;refTransId&amp;gt;2261391716&amp;lt;/refTransId&amp;gt;
	&amp;lt;/transactionRequest&amp;gt;
&amp;lt;/createTransactionRequest&amp;gt;&lt;/PRE&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;
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt; 
&amp;lt;createTransactionResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
  &amp;lt;refId&amp;gt;
    123456
  &amp;lt;/refId&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;
        The transaction was unsuccessful.
      &amp;lt;/text&amp;gt;
    &amp;lt;/message&amp;gt;
  &amp;lt;/messages&amp;gt;
  &amp;lt;transactionResponse&amp;gt;
    &amp;lt;responseCode&amp;gt;
      3
    &amp;lt;/responseCode&amp;gt;
    &amp;lt;authCode /&amp;gt;
    &amp;lt;avsResultCode&amp;gt;
      P
    &amp;lt;/avsResultCode&amp;gt;
    &amp;lt;cvvResultCode /&amp;gt;
    &amp;lt;cavvResultCode /&amp;gt;
    &amp;lt;transId&amp;gt;
      0
    &amp;lt;/transId&amp;gt;
    &amp;lt;refTransID&amp;gt;
      2261391716
    &amp;lt;/refTransID&amp;gt;
    &amp;lt;transHash&amp;gt;
      A2B0F3BC88BA59676C12F626E50F15CF
    &amp;lt;/transHash&amp;gt;
    &amp;lt;testRequest&amp;gt;
      0
    &amp;lt;/testRequest&amp;gt;
    &amp;lt;accountNumber&amp;gt;
      XXXX0015
    &amp;lt;/accountNumber&amp;gt;
    &amp;lt;accountType&amp;gt;
      Visa
    &amp;lt;/accountType&amp;gt;
    &amp;lt;errors&amp;gt;
      &amp;lt;error&amp;gt;
        &amp;lt;errorCode&amp;gt;
          54
        &amp;lt;/errorCode&amp;gt;
        &amp;lt;errorText&amp;gt;
          The referenced transaction does not meet the criteria for issuing a credit.
        &amp;lt;/errorText&amp;gt;
      &amp;lt;/error&amp;gt;
    &amp;lt;/errors&amp;gt;
  &amp;lt;/transactionResponse&amp;gt;
&amp;lt;/createTransactionResponse&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 18:29:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Refund-API-Error-Please-hlep-me/m-p/55259#M30175</guid>
      <dc:creator>parkbear01</dc:creator>
      <dc:date>2016-07-22T18:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: AIM Refund API Error, Please hlep me</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Refund-API-Error-Please-hlep-me/m-p/55272#M30186</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;A id="link_1" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20358" target="_self"&gt;parkbear01&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;The transaction ID in question that you are trying to refund&amp;nbsp;2261391716 has not settled yet. It is still in Captured/Pending Settlement state. It is important to know that you can only run a refund if the transaction has settled successfully . Settlement happens once a day during your transaction cut off time which you can check under your Account Settings. You can check this &lt;A href="https://support.authorize.net/authkb/index?page=content&amp;amp;id=A375&amp;amp;actp=search&amp;amp;viewlocale=en_US&amp;amp;searchid=1469213058521" target="_blank"&gt;article&lt;/A&gt; for the requirements when processing &amp;nbsp;a refund.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Joy&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 18:48:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Refund-API-Error-Please-hlep-me/m-p/55272#M30186</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2016-07-22T18:48:34Z</dc:date>
    </item>
  </channel>
</rss>

