<?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: CIM - Refund Transaction in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refund-Transaction/m-p/52059#M27356</link>
    <description>&lt;P&gt;On &lt;A href="http://developer.authorize.net/api/reference/#payment-transactions-void-a-transaction" target="_blank"&gt;http://developer.authorize.net/api/reference/#payment-transactions-void-a-transaction&lt;/A&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;refId&lt;/TD&gt;&lt;TD&gt;Merchant-assigned reference ID for the request.&lt;BR /&gt;If included in the request, this value will be included in the response. This feature might be especially useful for multi-threaded applications.&lt;BR /&gt;&lt;BR /&gt;This element is not used for mobile device requests. Use mobileDeviceId instead.&lt;/TD&gt;&lt;TD&gt;Up to 20 characters.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;refTransId&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Required.&lt;/STRONG&gt;&lt;BR /&gt;Transaction ID of an unsettled transaction.&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;String.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do you mean how to retrieve that?&lt;/P&gt;</description>
    <pubDate>Tue, 08 Sep 2015 11:17:23 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2015-09-08T11:17:23Z</dc:date>
    <item>
      <title>CIM - Refund Transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refund-Transaction/m-p/51935#M27239</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At present we are using the Authorize.net using CIM method for our payments and we need to work on it to the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Refund the Full Amount of the transaction&lt;/P&gt;&lt;P&gt;2. Refund the Partial amount which is specified by us.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help us to implement the above Refund implementation...or Is it possible to do the Refund Transaction using CIM.?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2015 13:31:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refund-Transaction/m-p/51935#M27239</guid>
      <dc:creator>Edward3</dc:creator>
      <dc:date>2015-08-28T13:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: CIM - Refund Transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refund-Transaction/m-p/51938#M27242</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/18774"&gt;@Edward3﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a full or partial refund, use the payment type of refundTransaction. See the full details in the API Reference at &amp;nbsp;&lt;A href="http://developer.authorize.net/api/reference/#payment-transactions-void-a-transaction" target="_blank"&gt;http://developer.authorize.net/api/reference/#payment-transactions-void-a-transaction&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the transaction has not yet settled, you'll need to use voidTransaction&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2015 13:53:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refund-Transaction/m-p/51938#M27242</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-08-28T13:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: CIM - Refund Transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refund-Transaction/m-p/52057#M27354</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here I mentioned the code which u have sent. In this, what is "refId" and "refTransId" and How to retrieve that too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;createTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;BR /&gt;&amp;lt;merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;API_LOGIN_ID&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;transactionKey&amp;gt;API_TRANSACTION_KEY&amp;lt;/transactionKey&amp;gt;&lt;BR /&gt;&amp;lt;/merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;lt;refId&amp;gt;123456&amp;lt;/refId&amp;gt;&lt;BR /&gt;&amp;lt;transactionRequest&amp;gt;&lt;BR /&gt;&amp;lt;transactionType&amp;gt;voidTransaction&amp;lt;/transactionType&amp;gt;&lt;BR /&gt;&amp;lt;refTransId&amp;gt;22434566&amp;lt;/refTransId&amp;gt;&lt;BR /&gt;&amp;lt;/transactionRequest&amp;gt;&lt;BR /&gt;&amp;lt;/createTransactionRequest&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 09:59:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refund-Transaction/m-p/52057#M27354</guid>
      <dc:creator>Edward3</dc:creator>
      <dc:date>2015-09-08T09:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: CIM - Refund Transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refund-Transaction/m-p/52059#M27356</link>
      <description>&lt;P&gt;On &lt;A href="http://developer.authorize.net/api/reference/#payment-transactions-void-a-transaction" target="_blank"&gt;http://developer.authorize.net/api/reference/#payment-transactions-void-a-transaction&lt;/A&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;refId&lt;/TD&gt;&lt;TD&gt;Merchant-assigned reference ID for the request.&lt;BR /&gt;If included in the request, this value will be included in the response. This feature might be especially useful for multi-threaded applications.&lt;BR /&gt;&lt;BR /&gt;This element is not used for mobile device requests. Use mobileDeviceId instead.&lt;/TD&gt;&lt;TD&gt;Up to 20 characters.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;refTransId&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Required.&lt;/STRONG&gt;&lt;BR /&gt;Transaction ID of an unsettled transaction.&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;String.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do you mean how to retrieve that?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2015 11:17:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refund-Transaction/m-p/52059#M27356</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-09-08T11:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: CIM - Refund Transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refund-Transaction/m-p/52151#M27441</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes. How to get the value of refId and refTransId.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2015 13:10:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refund-Transaction/m-p/52151#M27441</guid>
      <dc:creator>Edward3</dc:creator>
      <dc:date>2015-09-11T13:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: CIM - Refund Transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refund-Transaction/m-p/52153#M27443</link>
      <description>&lt;P&gt;If you read my post&lt;/P&gt;&lt;P&gt;refId is merchant defined. so you should have it&lt;/P&gt;&lt;P&gt;refTransId is from the transaction that you created.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2015 13:58:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refund-Transaction/m-p/52153#M27443</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-09-11T13:58:41Z</dc:date>
    </item>
  </channel>
</rss>

